Browse Source

Fixed category view

Rafał Pitoń 10 years ago
parent
commit
b2aa52e4c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/templates/misago/forums/category.html

+ 1 - 1
misago/templates/misago/forums/category.html

@@ -33,7 +33,7 @@
     {% endif %}
 
     {% if forums %}
-      {% include "misago/forums/subforums.html" category=category %}
+      {% include "misago/forums/subforums.html" with category=category %}
     {% else %}
     <p class="lead">
       {% trans "No forums are set in this category or you don't have permission to see them." %}