X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9e4694c764fb9d51f71e4010e9a6c286d46f496f..8ab99005ed40c0646e65d2857acc5ce48b54c82d:/apps/catalogue/templates/catalogue/tag_list_split.html diff --git a/apps/catalogue/templates/catalogue/tag_list_split.html b/apps/catalogue/templates/catalogue/tag_list_split.html index a26459c98..cb7ab26ec 100644 --- a/apps/catalogue/templates/catalogue/tag_list_split.html +++ b/apps/catalogue/templates/catalogue/tag_list_split.html @@ -1,14 +1,10 @@ {% load i18n %} {% if books %} -

- {% trans "Literature" %}: -

+

{% trans "Literature" %}:

{{books|safe}}
{% endif %} {% if pictures %} -

- {% trans "Gallery" %}: -

+

{% trans "Gallery" %}:

{{pictures|safe}}
{% endif %}