From a5907dce2de8c753f4af2c207364647b5ea6792a Mon Sep 17 00:00:00 2001 From: Valentin Weber Date: Sat, 7 Dec 2024 19:52:14 +0100 Subject: [PATCH] feat(templates): improve breakpoints --- templates/productlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/productlist.html b/templates/productlist.html index be6271b..5cec250 100644 --- a/templates/productlist.html +++ b/templates/productlist.html @@ -38,7 +38,7 @@
{% for product in products %} {# Show an item per product, consisting of the name, image, price and stock, triggering a purchase on click #} -
+
{% if product.custom_price %} {% else %}