X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a83d83309b360a230b9458496e8bd9df6883af05..025b93b1df94c65df26c896284580f2b00756f0a:/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 651473591..c19ea8d54 100644 --- a/src/catalogue/templates/catalogue/collection_box.html +++ b/src/catalogue/templates/catalogue/collection_box.html @@ -1,14 +1,14 @@ {% spaceless %} {% load i18n %}
-

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

+

{{ collection }}

{% if collection.description %} {{ collection.description|safe|truncatewords_html:40 }} {% endif %}
- {% for book in collection.get_books|slice:":5" %} + {% for book in collection.get_books|slice:":6" %} {{ book.pretty_title }}