diff --git a/products/templates/products/product_list.html b/products/templates/products/product_list.html index b25af22..ea94029 100644 --- a/products/templates/products/product_list.html +++ b/products/templates/products/product_list.html @@ -48,21 +48,21 @@ -

+

- پتوی مسافرتی + {{ product.title }}

- ۵۹,۰۰۰ تومان - - + {{ product.price }} تومان +
اضافه کردن به سبد خرید
diff --git a/templates/_base.html b/templates/_base.html index 18ea50a..4477b82 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -130,10 +130,10 @@

{% endblock %} - + - +