X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8fefd8bdaca07a3f5607de79c081dc0f7876fbc7..f43bad97b17e376293c0a72e9c1726733fc285fa:/wolnelektury/templates/catalogue/tagged_object_list.html diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index c7898d56c..8d5300542 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -14,7 +14,7 @@ {% with tags|last as last_tag %} {% if last_tag.has_description %}
-
{{ last_tag.description|safe }}
+
{{ last_tag.description|safe|truncatewords_html:40 }}
{% endif %} @@ -65,6 +65,28 @@ {% endif %} + + {% if theme_is_set %} +
+ {% if last_tag.gazeta_link or last_tag.wiki_link %} +

{% trans "See also" %}:

+ + {% endif %} +
+ {% endif %} + +