From: Jan Szejko Date: Thu, 4 Feb 2016 12:58:35 +0000 (+0100) Subject: fixed links in the gallery list X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/eb60c7575118a8d6ad8ac6149aa7291e54570645?ds=inline fixed links in the gallery list --- 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 %}