diff --git a/copanier/templates/delivery/place_order.html b/copanier/templates/delivery/place_order.html index feb62f9..c1dab43 100644 --- a/copanier/templates/delivery/place_order.html +++ b/copanier/templates/delivery/place_order.html @@ -36,9 +36,7 @@ {% if not product.rupture %}
{{ product }} {% if product.rupture %}(RUPTURE !){% endif %}
- {% if product.description and product.description | length > 30 %} - + d'infos… - {% else %} + {% if product.description %} {{ product.description }} {% endif %}