Browse Source

Merge pull request #607 from pierreericgarcia/fixed-605

Fixed #605
Peter Justin 3 years ago
parent
commit
de13a37fcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/forum/report_post.html

+ 1 - 1
flaskbb/templates/forum/report_post.html

@@ -9,7 +9,7 @@
 {% endblock %}
 
 {% block content %}
-{% from theme("macros.html") import render_field %}
+{% from theme("_macros/form.html") import render_field %}
 
 <form role="form" method="post">
     {{ form.hidden_tag() }}