Browse Source

Template fix

sh4nks 10 years ago
parent
commit
9822bbab74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/forum/category.html

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

@@ -9,6 +9,6 @@
     <li class="active">{{ category.title }}</li>
 </ol>
 
-{% include "forum/category_layout.html" %}
+{% include theme("forum/category_layout.html") %}
 
 {% endblock %}