diff --git a/shop/templates/shop_index.html b/shop/templates/shop_index.html index 413c786c..e327d036 100644 --- a/shop/templates/shop_index.html +++ b/shop/templates/shop_index.html @@ -51,7 +51,9 @@ {% endif %} - {{ product.price|currency }} +
+ {{ product.price|currency }} +
{% endfor %}