From 45571b8ea94dc15b184eaf8c95a2ec3323bc6129 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 26 Feb 2018 22:22:22 +0100 Subject: [PATCH] use CHF as the default currency_name --- django/didgeridoo/webshop/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/didgeridoo/webshop/views.py b/django/didgeridoo/webshop/views.py index d726a74..8fc3c71 100644 --- a/django/didgeridoo/webshop/views.py +++ b/django/didgeridoo/webshop/views.py @@ -315,6 +315,7 @@ def checkout(request): category_list = get_categories() rate = ExchangeRate article_view = False + currency_name = "CHF" message = "" cart_position_list = [] totalprice_list = []