New content for / index page

This commit is contained in:
Raphael Michel
2019-01-18 17:24:15 +01:00
parent f37d265534
commit 80b5750756
6 changed files with 26 additions and 51 deletions

View File

@@ -79,5 +79,6 @@ def contextprocessor(request):
ctx['js_time_format'] = get_javascript_format_without_seconds('TIME_INPUT_FORMATS')
ctx['js_locale'] = get_moment_locale()
ctx['settings'] = pretix_settings
ctx['django_settings'] = settings
return ctx