use CHF as the default currency_name

This commit is contained in:
Andreas Zweili 2018-02-26 22:22:22 +01:00
parent d51e9dfa08
commit 45571b8ea9
1 changed files with 1 additions and 0 deletions

View File

@ -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 = []