X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/025b93b1df94c65df26c896284580f2b00756f0a..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/catalogue/templates/catalogue/collection_box.html diff --git a/src/catalogue/templates/catalogue/collection_box.html b/src/catalogue/templates/catalogue/collection_box.html index c19ea8d54..ec79ca617 100644 --- a/src/catalogue/templates/catalogue/collection_box.html +++ b/src/catalogue/templates/catalogue/collection_box.html @@ -1,5 +1,6 @@ {% spaceless %} {% load i18n %} + {% load thumbnail %}

{{ collection }}

@@ -10,7 +11,7 @@
{% for book in collection.get_books|slice:":6" %} - {{ book.pretty_title }} + {{ book.pretty_title }} {% endfor %}