diff --git a/copanier/templates/includes/order_summary.html b/copanier/templates/includes/order_summary.html index 0d8da23..ca069f7 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.name }} {{ product.price }} €{{ order.get_quantity(product) }} {% endif %}