X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f..c26ab6ee15974c1133a6d08c459b51199185f25f:/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 index 19ca7c71d..000000000 --- a/wolnelektury/templates/catalogue/work-list.html +++ /dev/null @@ -1,18 +0,0 @@ -{% load pagination_tags %} -{% load book_short from catalogue_tags %} - -{% autopaginate object_list 10 %} -{% spaceless %} -
    -{% for item in object_list %} -
  1. - {% if item.short_html %} - {{ item.short_html }} - {% else %} - {% book_short item %} - {% endif %} -
  2. -{% endfor %} -
-{% endspaceless %} -{% paginate %} \ No newline at end of file