add some empty lines for readability

This commit is contained in:
Andreas Zweili 2018-02-26 22:23:29 +01:00
parent a232ca414c
commit 865ff557bd
1 changed files with 2 additions and 0 deletions

View File

@ -374,10 +374,12 @@ def checkout(request):
cart_position.calculate_position_price()
totalprice_list.append(cart_position.position_price)
cart_position_list[idx] = cart_position
else:
message = """something whent wrong.
Seams like your cart was
not existent before. How come? """
total = sum(totalprice_list)
return render(request, 'webshop/checkout.html',