mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
New color scheme and UI design
This commit is contained in:
@@ -70,6 +70,7 @@ urlpatterns = [
|
||||
url(r'^event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/', include([
|
||||
url(r'^$', dashboards.event_index, name='event.index'),
|
||||
url(r'^live/$', event.EventLive.as_view(), name='event.live'),
|
||||
url(r'^colorscheme/$', event.EventColorScheme.as_view(), name='event.colorscheme'),
|
||||
url(r'^logs/$', event.EventLog.as_view(), name='event.log'),
|
||||
url(r'^delete/$', event.EventDelete.as_view(), name='event.delete'),
|
||||
url(r'^requiredactions/$', event.EventActions.as_view(), name='event.requiredactions'),
|
||||
|
||||
Reference in New Issue
Block a user