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' %}