From c02930aa4d88d5178a38f2bfc195c2557649f65e Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 24 Apr 2022 19:18:46 +0200 Subject: [PATCH] Improve product card display --- src/purchase/templates/purchase/basket_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/purchase/templates/purchase/basket_item.html b/src/purchase/templates/purchase/basket_item.html index 62f704c..dd43356 100644 --- a/src/purchase/templates/purchase/basket_item.html +++ b/src/purchase/templates/purchase/basket_item.html @@ -1,11 +1,11 @@ {% load crispy_forms_field %}
+
{{ product.name }}
{% if product.image %} {% endif %}
-
{{ product.name }}
{% crispy_field field 'class' 'form-control' %}