From: Radek Czajka Date: Tue, 14 Jan 2014 12:25:58 +0000 (+0100) Subject: Minor menu fix. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/8ab99005ed40c0646e65d2857acc5ce48b54c82d?hp=9e4694c764fb9d51f71e4010e9a6c286d46f496f Minor menu fix. --- 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 %}