change the template in the checkout view

This commit is contained in:
Andreas Zweili 2018-02-25 14:21:32 +01:00
parent f36550e9d4
commit 597dd70ba7
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ def checkout(request):
registration_form = RegistrationForm()
person = Person.objects.get(user=request.user.id)
return render(request, 'webshop/cart.html',
return render(request, 'webshop/checkout.html',
{'cart_position_list_zip': cart_position_list_zip,
'totalprice_list': totalprice_list,
'total': total,