From: Radek Czajka Date: Tue, 1 Jun 2021 13:13:41 +0000 (+0200) Subject: Remove a word. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/025b93b1df94c65df26c896284580f2b00756f0a Remove a word. --- diff --git a/src/catalogue/templates/catalogue/collection_box.html b/src/catalogue/templates/catalogue/collection_box.html index 38855d94a..c19ea8d54 100644 --- a/src/catalogue/templates/catalogue/collection_box.html +++ b/src/catalogue/templates/catalogue/collection_box.html @@ -1,7 +1,7 @@ {% spaceless %} {% load i18n %}
-

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

+

{{ collection }}

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