upgrade to new pretix, remove download, add page links
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from django.conf.urls import url
|
||||
from django.urls import re_path
|
||||
|
||||
from .views import SettingsView
|
||||
|
||||
urlpatterns = [
|
||||
url(
|
||||
re_path(
|
||||
r"^control/event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/pretix_digital_items/settings",
|
||||
SettingsView.as_view(),
|
||||
name="settings",
|
||||
|
||||
Reference in New Issue
Block a user