From 40381774b49a42c8cbdf7982f073f67868aa9649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 15 Aug 2025 15:48:43 +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 e955091..6769b6c 100644 --- a/templates/admin/list_products.html +++ b/templates/admin/list_products.html @@ -88,7 +88,7 @@ {% endif %} {% endfor %} - {% if suggestions_dict|length == 0 %} + {% if orphan_suggestions|length == 0 %} Brak sugestii do wyƛwietlenia.