mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Submitting orders
This commit is contained in:
@@ -18,6 +18,8 @@ urlpatterns = patterns(
|
||||
name='event.checkout.payment'),
|
||||
url(r'^checkout/confirm$', pretix.presale.views.checkout.OrderConfirm.as_view(),
|
||||
name='event.checkout.confirm'),
|
||||
url(r'^order/(?P<order>[^/]+)/$', pretix.presale.views.checkout.OrderConfirm.as_view(),
|
||||
name='event.order'),
|
||||
url(r'^login$', pretix.presale.views.event.EventLogin.as_view(), name='event.checkout.login'),
|
||||
)
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user