mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Added configurable text for organizer page (#494)
This commit is contained in:
@@ -56,6 +56,7 @@ def contextprocessor(request):
|
||||
|
||||
if hasattr(request, 'organizer'):
|
||||
ctx['organizer_logo'] = request.organizer.settings.get('organizer_logo_image', as_type=str, default='')[7:]
|
||||
ctx['organizer_homepage_text'] = request.organizer.settings.get('organizer_homepage_text', as_type=LazyI18nString)
|
||||
ctx['organizer'] = request.organizer
|
||||
|
||||
ctx['html_head'] = "".join(_html_head)
|
||||
|
||||
Reference in New Issue
Block a user