forked from CGM_Public/pretix_original
add empty cart button #161
add failing test for variation item with voucher
This commit is contained in:
committed by
Raphael Michel
parent
a0ce81a538
commit
bf7db945b0
@@ -14,7 +14,6 @@ import pretix.presale.views.user
|
||||
event_patterns = [
|
||||
url(r'^cart/add$', pretix.presale.views.cart.CartAdd.as_view(), name='event.cart.add'),
|
||||
url(r'^cart/remove$', pretix.presale.views.cart.CartRemove.as_view(), name='event.cart.remove'),
|
||||
url(r'^cart/removeall$', pretix.presale.views.cart.CartRemoveAll.as_view(), name='event.cart.remove.all'),
|
||||
url(r'^checkout/start$', pretix.presale.views.checkout.CheckoutView.as_view(), name='event.checkout.start'),
|
||||
url(r'^redeem$', pretix.presale.views.cart.RedeemView.as_view(),
|
||||
name='event.redeem'),
|
||||
|
||||
Reference in New Issue
Block a user