Be explicit about subdomain_ and maindomain_ urls in plugins

This commit is contained in:
Raphael Michel
2016-03-24 12:57:19 +01:00
parent b2f703ffc0
commit 89f0c5e461
8 changed files with 12 additions and 19 deletions

View File

@@ -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'),
]