X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddf2102eff7ea420a4ea5144c43409587fc1156e..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/catalogue/templates/catalogue/work-list.html diff --git a/src/catalogue/templates/catalogue/work-list.html b/src/catalogue/templates/catalogue/work-list.html deleted file mode 100644 index 58e28c7ef..000000000 --- a/src/catalogue/templates/catalogue/work-list.html +++ /dev/null @@ -1,24 +0,0 @@ -{% spaceless %} - - {% load cache %} - {% load pagination_tags %} - {% load class_name from catalogue_tags %} - {% load status from catalogue_tags %} - - {% autopaginate object_list 10 %} - -
    - {% for item in object_list %} -
  1. - {% if item|class_name == 'Book' %} - {% include "catalogue/book_short.html" with book=item %} - {% else %} - {{ item.midi_box }} - {% endif %} -
  2. - {% endfor %} -
- - {% paginate %} - -{% endspaceless %}