From 8ab99005ed40c0646e65d2857acc5ce48b54c82d Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 14 Jan 2014 13:25:58 +0100 Subject: [PATCH] Minor menu fix. --- apps/catalogue/templates/catalogue/tag_list_split.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 %} -- 2.20.1