diff --git a/django/didgeridoo/webshop/views.py b/django/didgeridoo/webshop/views.py index 04e4fea..8a9b395 100644 --- a/django/didgeridoo/webshop/views.py +++ b/django/didgeridoo/webshop/views.py @@ -317,6 +317,7 @@ def checkout(request): rate = ExchangeRate article_view = False currency_name = "CHF" + exchange_rate = False message = "" cart_position_list = [] totalprice_list = []