Updated and fixes.
[wolnelektury.git] / src / catalogue / templates / catalogue / collection_list.html
old mode 100755 (executable)
new mode 100644 (file)
index 38466f1..f6b806e
@@ -1,5 +1,5 @@
 <ul>
-{% for collection in collections %}
+  {% for collection in collections %}
     <li><a href="{{ collection.get_absolute_url }}">{{ collection }}</a></li>
-{% endfor %}
+  {% endfor %}
 </ul>