X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ab8ffbde2df33d9c699e029ba613d2b014ba44b8..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/catalogue/templates/catalogue/work-list.html diff --git a/apps/catalogue/templates/catalogue/work-list.html b/apps/catalogue/templates/catalogue/work-list.html deleted file mode 100755 index 6c1a7660f..000000000 --- a/apps/catalogue/templates/catalogue/work-list.html +++ /dev/null @@ -1,22 +0,0 @@ -{% load pagination_tags %} -{% load book_short class_name book_short from catalogue_tags %} -{% load picture_short from picture_tags %} - -{% autopaginate object_list 10 %} -{% spaceless %} -
    -{% for item in object_list %} -
  1. - {% if item.short_html %} - {{ item.short_html }} -{# since we are using shor_html eerywhere, is it needed anymore? #} - {% elif item.object_type == "Picture" %} - {% picture_short item %} - {% else %} - {% book_short item %} - {% endif %} -
  2. -{% endfor %} -
-{% endspaceless %} -{% paginate %}