X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..dbdd1449a656f4c62055926d1531be95c2e6e66b:/src/catalogue/templates/catalogue/tag_list_split.html diff --git a/src/catalogue/templates/catalogue/tag_list_split.html b/src/catalogue/templates/catalogue/tag_list_split.html index cb7ab26ec..d4769d126 100644 --- a/src/catalogue/templates/catalogue/tag_list_split.html +++ b/src/catalogue/templates/catalogue/tag_list_split.html @@ -1,10 +1,11 @@ {% load i18n %} + {% if books %} -

{% trans "Literature" %}:

-
{{books|safe}}
+

{% trans "Literature" %}:

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

{% trans "Gallery" %}:

-
{{pictures|safe}}
+

{% trans "Gallery" %}:

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