mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Proxy cachedfiles that are used as editor previews
This commit is contained in:
@@ -8,4 +8,6 @@ urlpatterns = [
|
||||
url(r'^control/event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/pdfoutput/editor/webfonts.css',
|
||||
views.FontsCSSView.as_view(),
|
||||
name='css'),
|
||||
url(r'^control/event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/pdfoutput/editor/(?P<filename>[^/]+).pdf$',
|
||||
views.PdfView.as_view(), name='pdf'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user