From 6c35cecacb910da6935d49110ea1cd502affe92d Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 27 Aug 2024 16:27:15 +0200 Subject: [PATCH] fix --- 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 eae0eccea..ac60edb7f 100644 --- a/src/catalogue/templates/catalogue/plain_list.html +++ b/src/catalogue/templates/catalogue/plain_list.html @@ -12,7 +12,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