change the checkout url

This commit is contained in:
Andreas Zweili 2018-02-25 17:26:24 +01:00
parent 7da09d736c
commit 1c52e938c3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ urlpatterns = [
url(r'^cart/$',
views.cart,
name='cart'),
url(r'^checkout/$',
url(r'^cart/checkout/$',
views.checkout,
name='checkout'),
]