From 9b31f2a20f456f1aaa2e2aa0189a22987cc66740 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 13 Feb 2018 20:00:15 +0100 Subject: [PATCH] add the currency name to all the prices --- django/didgeridoo/webshop/templates/webshop/cart.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django/didgeridoo/webshop/templates/webshop/cart.html b/django/didgeridoo/webshop/templates/webshop/cart.html index d54c385..cbfe4e3 100644 --- a/django/didgeridoo/webshop/templates/webshop/cart.html +++ b/django/didgeridoo/webshop/templates/webshop/cart.html @@ -28,12 +28,12 @@ {{ article.article.price_in_chf }} {{ currency_name }} - {{ article.position_price }} + {{ article.position_price }} {{ currency_name }} {% endfor %} - Total: {{ total }} + Total: {{ total }} {{ currency_name }}