X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/15d2aa1ffc87f255ac36c8c9c973459556cee077..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 38855d94a..ec79ca617 100644 --- a/src/catalogue/templates/catalogue/collection_box.html +++ b/src/catalogue/templates/catalogue/collection_box.html @@ -1,7 +1,8 @@ {% spaceless %} {% load i18n %} + {% load thumbnail %}
-

{% trans "Collection" %}: {{ collection }}

+

{{ collection }}

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