correct the variable name

With the wrong name the cart crashes at the first run
This commit is contained in:
Andreas Zweili 2018-02-21 21:11:26 +01:00
parent 5f58134420
commit cfa588f3b3
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ def registration(request):
def cart(request):
category_list = get_categories()
currencies_form = CurrenciesForm
cart_form = CartForm
amount_form = CartForm
rate = ExchangeRate
article_view = True
currency_name = "CHF"