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