mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add global banner message
This commit is contained in:
@@ -486,7 +486,15 @@ Your {event} team"""))
|
||||
'update_check_id': {
|
||||
'default': None,
|
||||
'type': str
|
||||
}
|
||||
},
|
||||
'banner_message': {
|
||||
'default': '',
|
||||
'type': LazyI18nString
|
||||
},
|
||||
'banner_message_detail': {
|
||||
'default': '',
|
||||
'type': LazyI18nString
|
||||
},
|
||||
}
|
||||
|
||||
settings_hierarkey = Hierarkey(attribute_name='settings')
|
||||
|
||||
Reference in New Issue
Block a user