From fba14dc45aeeb30627b238ef21add0024327da46 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 24 Mar 2019 18:40:23 +0100 Subject: [PATCH] Align left product column in signing sheet and summary email --- copanier/templates/includes/order_summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}