mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Be explicit about subdomain_ and maindomain_ urls in plugins
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
from django.conf.urls import include, url
|
||||
|
||||
from .views import abort, success
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^(?:(?P<organizer>[^/]+)/)?(?P<event>[^/]+)/paypal/', include([
|
||||
url(r'^abort/$', abort, name='abort'),
|
||||
url(r'^return/$', success, name='return'),
|
||||
])),
|
||||
]
|
||||
Reference in New Issue
Block a user