From 691fdc12f564a6c0f1cf4078ebdbe47094234404 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 26 Feb 2018 21:53:21 +0100 Subject: [PATCH] display the position amount correctly --- django/didgeridoo/webshop/templates/webshop/checkout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/didgeridoo/webshop/templates/webshop/checkout.html b/django/didgeridoo/webshop/templates/webshop/checkout.html index f1cad54..2847e82 100644 --- a/django/didgeridoo/webshop/templates/webshop/checkout.html +++ b/django/didgeridoo/webshop/templates/webshop/checkout.html @@ -41,7 +41,7 @@ {{ cart_position.article.stock }} - {{ cart_position.article.amount }} + {{ cart_position.amount }} {{ cart_position.article.price_in_chf }} {{ currency_name }}