rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / catalogue / work-list.html
diff --git a/wolnelektury/templates/catalogue/work-list.html b/wolnelektury/templates/catalogue/work-list.html
deleted file mode 100755 (executable)
index 19ca7c7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{% load pagination_tags %}
-{% load book_short from catalogue_tags %}
-
-{% autopaginate object_list 10 %}
-{% spaceless %}
-<ol class='work-list'>
-{% for item in object_list %}
-    <li class='{{ object_type }}-item'>
-        {% if item.short_html %}
-            {{ item.short_html }}
-        {% else %}
-            {% book_short item %}
-        {% endif %}
-    </li>
-{% endfor %}
-</ol>
-{% endspaceless %}
-{% paginate %}
\ No newline at end of file