Fix post form: use correct forms/form.html.twig include path
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user