Talha Mansoor пре 11 година
родитељ
комит
246fbf8bf7
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      templates/categories.html

+ 4 - 4
templates/categories.html

@@ -15,10 +15,10 @@ All Categories - {{ super() }}
 <div class="row-fluid">
     <div class="span7 offset3">
         <ul>
-{% for category, articles in categories %}
-<li>{{ articles|count }} articles in <a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a></li>
-{% endfor %}
-</ul>
+            {% for category, articles in categories %}
+            <li>{{ articles|count }} articles in <a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a></li>
+            {% endfor %}
+        </ul>
     </div>
 </div>
 {% endblock content %}