mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
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