mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
List of events: Optional calendar view
This commit is contained in:
@@ -12,8 +12,8 @@ from pretix.urls import common_patterns
|
||||
|
||||
presale_patterns_main = [
|
||||
url(r'', include((locale_patterns + [
|
||||
url(r'^(?P<organizer>[^/]+)/(?P<event>[^/]+)/', include(event_patterns)),
|
||||
url(r'^(?P<organizer>[^/]+)/', include(organizer_patterns)),
|
||||
url(r'^(?P<organizer>[^/]+)/(?P<event>[^/]+)/', include(event_patterns)),
|
||||
url(r'^$', TemplateView.as_view(template_name='pretixpresale/index.html'))
|
||||
], 'presale')))
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user