X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..e9263ed76910227deccdce1469b4edda3b833be1:/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 %}