From c280abe48407e17bcea95c05030ffe6b2e309d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Sun, 20 Oct 2024 15:51:05 +0200 Subject: [PATCH] Fix number of columns on product list. --- templates/productList.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/productList.html.twig b/templates/productList.html.twig index d15089f..00c7330 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -11,6 +11,7 @@ Categories Price + {% for product in products %}