From: Radek Czajka Date: Tue, 1 Jun 2021 13:10:17 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/a83d83309b360a230b9458496e8bd9df6883af05 fix --- diff --git a/src/catalogue/templates/catalogue/collection_box.html b/src/catalogue/templates/catalogue/collection_box.html index 214db8be9..651473591 100644 --- a/src/catalogue/templates/catalogue/collection_box.html +++ b/src/catalogue/templates/catalogue/collection_box.html @@ -2,11 +2,11 @@ {% load i18n %}

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

-

+

{% if collection.description %} {{ collection.description|safe|truncatewords_html:40 }} {% endif %} -

+