Code layout change.
[wolnelektury.git] / src / catalogue / templates / catalogue / collection_list.html
diff --git a/src/catalogue/templates/catalogue/collection_list.html b/src/catalogue/templates/catalogue/collection_list.html
new file mode 100755 (executable)
index 0000000..38466f1
--- /dev/null
@@ -0,0 +1,5 @@
+<ul>
+{% for collection in collections %}
+    <li><a href="{{ collection.get_absolute_url }}">{{ collection }}</a></li>
+{% endfor %}
+</ul>