diff --git a/la_chariotte/order/templates/order/grouped_order_add_items.html b/la_chariotte/order/templates/order/grouped_order_add_items.html index cc3a1dd..9590112 100644 --- a/la_chariotte/order/templates/order/grouped_order_add_items.html +++ b/la_chariotte/order/templates/order/grouped_order_add_items.html @@ -22,7 +22,7 @@ Nom Prix unitaire - Quantité max (optionnel) + Quantité disponible (optionnel) Action @@ -31,8 +31,8 @@
{% csrf_token %} - € - + € +
@@ -40,7 +40,7 @@ {{ item.name }} {{ item.price }} - {% if item.max_limit %}{{ item.max_limit }}{% else %}---{% endif %} + {% if item.max_limit is not null %}{{ item.max_limit }}{% else %}---{% endif %} {% if item.ordered_nb == 0 %}