Add more favicons for browser shortcuts

This commit is contained in:
Raphael Michel
2018-10-30 10:05:48 +01:00
parent df2d8925ed
commit 9647cc6cf2
16 changed files with 91 additions and 2 deletions

View File

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