mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Moved core plugins to the new URL API
This commit is contained in:
8
src/pretix/plugins/sendmail/urls.py
Normal file
8
src/pretix/plugins/sendmail/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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