From 0e47893825ebf96271d8b197faee1b262ec62ff4 Mon Sep 17 00:00:00 2001 From: Jan Szejko <jan.szejko@gmail.com> Date: Fri, 8 Apr 2016 15:19:28 +0200 Subject: [PATCH] headers in tag list --- src/catalogue/locale/pl/LC_MESSAGES/django.po | 4 ++-- src/catalogue/templates/catalogue/inline_tag_list.html | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/catalogue/locale/pl/LC_MESSAGES/django.po b/src/catalogue/locale/pl/LC_MESSAGES/django.po index 2342b2afd..398b3a372 100644 --- a/src/catalogue/locale/pl/LC_MESSAGES/django.po +++ b/src/catalogue/locale/pl/LC_MESSAGES/django.po @@ -575,7 +575,7 @@ msgstr "ZwiÅ fragment" #: templates/catalogue/inline_tag_list.html:6 msgid "Chosen" -msgstr "Wybrane" +msgstr "Wybrano" #: templates/catalogue/inline_tag_list.html:14 #: templates/catalogue/inline_tag_list.html:23 @@ -584,7 +584,7 @@ msgstr "DostÄpne" #: templates/catalogue/inline_tag_list.html:32 msgid "Other" -msgstr "Inne" +msgstr "Zobacz też" #: templates/catalogue/picture_detail.html:29 msgid "Work is licensed under " diff --git a/src/catalogue/templates/catalogue/inline_tag_list.html b/src/catalogue/templates/catalogue/inline_tag_list.html index 920b55500..f6d59a788 100755 --- a/src/catalogue/templates/catalogue/inline_tag_list.html +++ b/src/catalogue/templates/catalogue/inline_tag_list.html @@ -3,7 +3,6 @@ {% if choices %} {% if category_choices %} <ul> - <li class="header">{% trans "Chosen" %}:</li> {% for tag in category_choices %} <li class="active">{{ tag }} <a href="{% if gallery %}{% catalogue_url_gallery choices -tag %}{% else %}{% catalogue_url choices -tag %}{% endif %}">X</a></li> {% endfor %} @@ -11,7 +10,6 @@ {% endif %} {% if tags %} <ul> - <li class="header">{% trans "Available" %}:</li> {% for tag in tags %} <li><a href="{% if gallery %}{% catalogue_url_gallery choices tag %}{% else %}{% catalogue_url choices tag %}{% endif %}">{{ tag }}{% if tag.count %} ({{ tag.count }}){% endif %}</a></li> {% endfor %} @@ -20,7 +18,6 @@ {% else %} {% if tags %} <ul> - <li class="header">{% trans "Available" %}:</li> {% for tag in tags %} <li><a href="{% if gallery %}{{ tag.get_absolute_gallery_url }}{% else %}{{ tag.get_absolute_url }}{% endif %}">{{ tag }} {% if tag.count %} ({{ tag.count }}){% endif %}</a></li> {% endfor %} -- 2.20.1