mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Added multi-domain capabilities
This commit is contained in:
@@ -3,7 +3,7 @@ from django.conf.urls import include, url
|
||||
from .views import abort, retry, success
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^paypal/', include([
|
||||
url(r'^(?:(?P<organizer>[^/]+)/)?(?P<event>[^/]+)/paypal/', include([
|
||||
url(r'^abort/$', abort, name='abort'),
|
||||
url(r'^return/$', success, name='return'),
|
||||
url(r'^retry/(?P<order>[^/]+)/', retry, name='retry')
|
||||
|
||||
Reference in New Issue
Block a user