Browse Source

Fixed macros import in report_post template

Pierre-Eric Garcia 3 years ago
parent
commit
e76cb0acce
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 %}
 {% endblock %}
 
 
 {% block content %}
 {% block content %}
-{% from theme("macros.html") import render_field %}
+{% from theme("_macros/form.html") import render_field %}
 
 
 <form role="form" method="post">
 <form role="form" method="post">
     {{ form.hidden_tag() }}
     {{ form.hidden_tag() }}