X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1e9113af163a3d002b0b9c3e8c339f22af5b848a..2b96b3e346a68d086568c8fc57c1df455105c062:/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 5dcf783cd..a26459c98 100644 --- a/apps/catalogue/templates/catalogue/tag_list_split.html +++ b/apps/catalogue/templates/catalogue/tag_list_split.html @@ -1,18 +1,14 @@ {% load i18n %} {% if books %} -
-

- {% trans "Literature" %} â†“ +

+ {% trans "Literature" %}:

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

- {% trans "Gallery" %} â†“ +

+ {% trans "Gallery" %}:

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