Fixed Issue #539 - Default config value in agenda app
This commit is contained in:
parent
60bbf86d81
commit
343aa018e4
@ -88,6 +88,7 @@ def default_config(sender, key, **kwargs):
|
||||
'welcome_title': _('Welcome to OpenSlides'),
|
||||
'welcome_text': _('[Place for your welcome text.]'),
|
||||
'system_enable_anonymous': False,
|
||||
'agenda_start_event_date_time': '',
|
||||
}.get(key)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user