forked from CGM_Public/pretix_original
Be explicit about subdomain_ and maindomain_ urls in plugins
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^control/event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/sendmail/', views.SenderView.as_view(),
|
||||
name='send'),
|
||||
]
|
||||
Reference in New Issue
Block a user