set the exchange_rate variable to False initially

Since we start with CHF by default the exchange_rate variable should
be False
This commit is contained in:
Andreas Zweili 2018-02-26 22:32:46 +01:00
parent 3073baf43f
commit 29689fd16a
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ def checkout(request):
rate = ExchangeRate
article_view = False
currency_name = "CHF"
exchange_rate = False
message = ""
cart_position_list = []
totalprice_list = []