From eb60c7575118a8d6ad8ac6149aa7291e54570645 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 4 Feb 2016 13:58:35 +0100 Subject: [PATCH] fixed links in the gallery list --- src/catalogue/templates/catalogue/plain_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catalogue/templates/catalogue/plain_list.html b/src/catalogue/templates/catalogue/plain_list.html index a9351843a..c8cad3333 100644 --- a/src/catalogue/templates/catalogue/plain_list.html +++ b/src/catalogue/templates/catalogue/plain_list.html @@ -10,7 +10,7 @@

{{ initial }}

{% endif %} {% for item in object_list %} -

{{ item }}{% if item.count %} ({{ item.count}}){% endif %}

+

{{ item }}{% if item.count %} ({{ item.count}}){% endif %}

{% endfor %} {% if initial_blocks %}{% endif %} {% endfor %} -- 2.20.1