From 801ab42a08e4b1a87455977bc6cba4640086debb Mon Sep 17 00:00:00 2001 From: Gwenael-F <114469601+Gwenael-F@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:00:44 +0200 Subject: [PATCH] =?UTF-8?q?Fonctionnalit=C3=A9=20=E2=80=98Plus=20d'infos?= =?UTF-8?q?=E2=80=99=20(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- copanier/templates/delivery/place_order.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/copanier/templates/delivery/place_order.html b/copanier/templates/delivery/place_order.html index feb62f9..b05c0cb 100644 --- a/copanier/templates/delivery/place_order.html +++ b/copanier/templates/delivery/place_order.html @@ -37,9 +37,10 @@
{{ product }} {% if product.rupture %}(RUPTURE !){% endif %}
{% if product.description and product.description | length > 30 %} - + d'infos… + Plus d’infos… + {{ product.description }} {% else %} - {{ product.description }} + {{ product.description }} {% endif %} {{ product.price | round(2) }} €