diff --git a/copanier/templates/includes/order_summary.html b/copanier/templates/includes/order_summary.html index ca069f7..abbfb37 100644 --- a/copanier/templates/includes/order_summary.html +++ b/copanier/templates/includes/order_summary.html @@ -3,7 +3,7 @@ {% for product in delivery.products %} {% if order.get_quantity(product) %} - {{ product.name }} + {{ product.label }} {{ product.price }} €{{ order.get_quantity(product) }} {% endif %}