sh4nks 10 лет назад
Родитель
Сommit
9822bbab74
1 измененных файлов с 1 добавлено и 1 удалено
  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 %}