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) }} €