Add global banner message

This commit is contained in:
Raphael Michel
2018-03-07 15:28:03 +01:00
parent d058721243
commit ae861f080b
7 changed files with 52 additions and 5 deletions

View File

@@ -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')