From 30d5b8b132e7166a4162aae4adc6b606fabc34e4 Mon Sep 17 00:00:00 2001 From: R-Murod Date: Thu, 18 Jan 2024 15:14:05 +0600 Subject: [PATCH] fix --- templates/shop/shop/shop.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/shop/shop/shop.html b/templates/shop/shop/shop.html index 3e72c0c..2555e9f 100644 --- a/templates/shop/shop/shop.html +++ b/templates/shop/shop/shop.html @@ -87,7 +87,7 @@
{% for product in products %}
-
+
{% if product.discount != 0.00 %}
@@ -127,7 +127,7 @@
{% for product in products %} -
+
@@ -142,7 +142,7 @@
-
+