mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Use django-statici18n in production
This commit is contained in:
@@ -15,7 +15,8 @@ def contextprocessor(request):
|
||||
return {}
|
||||
|
||||
ctx = {
|
||||
'css_file': None
|
||||
'css_file': None,
|
||||
'DEBUG': settings.DEBUG,
|
||||
}
|
||||
_html_head = []
|
||||
_footer = []
|
||||
|
||||
Reference in New Issue
Block a user