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 }}