From f1744fae99fc30ed1725e66f25db4e36a13e89e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 15 Aug 2025 15:53:40 +0200 Subject: [PATCH] usuniecie zbednego kodu i poprawki --- templates/admin/list_products.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/list_products.html b/templates/admin/list_products.html index 93dfce7..54597da 100644 --- a/templates/admin/list_products.html +++ b/templates/admin/list_products.html @@ -36,7 +36,7 @@ - {% endif %} - {{ usage_counts.get(item.name.lower(), 0) }} + {{ usage_counts.get(item.name.lower(), 0) }} {% set suggestion = suggestions_dict.get(item.name.lower()) %} {% if suggestion %}