Fix post form: use correct forms/form.html.twig include path

This commit is contained in:
2026-06-18 00:51:31 +02:00
parent fd6afe00e0
commit cc0ed07ca6
@@ -3,7 +3,7 @@
{% block content %} {% block content %}
<div class="post-form-wrap"> <div class="post-form-wrap">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{% include 'partials/form.html.twig' ignore missing %} {% include 'forms/form.html.twig' ignore missing %}
<button type="button" id="get-location" class="btn-location">Get Current Location</button> <button type="button" id="get-location" class="btn-location">Get Current Location</button>
<p id="location-status" class="location-status"></p> <p id="location-status" class="location-status"></p>
</div> </div>