From 1bd2c93b308dc0f29e982766b7ef9757342ea708 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 16 Apr 2019 22:36:03 +0200 Subject: [PATCH] Try to make clearer that "ajustment" completes and does not replace --- copanier/templates/place_order.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copanier/templates/place_order.html b/copanier/templates/place_order.html index cbdfcfb..35e2029 100644 --- a/copanier/templates/place_order.html +++ b/copanier/templates/place_order.html @@ -14,7 +14,7 @@ Conditionnement {% endif %} Quantité - {% if delivery.status != delivery.OPEN %}Ajustement{% endif %} + {% if delivery.status != delivery.OPEN %}Ajustement +/−{% endif %}