소스 검색

Reindents

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 %}