Fix post form: use correct forms/form.html.twig include path
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
<div class="post-form-wrap">
|
||||
<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>
|
||||
<p id="location-status" class="location-status"></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user