Added initial welcome text.
This commit is contained in:
parent
dd85f07d66
commit
49d2b57a66
@ -22,6 +22,7 @@ DEFAULT_DATA = {
|
|||||||
'application_pdf_title': _('Applications'),
|
'application_pdf_title': _('Applications'),
|
||||||
'assignment_pdf_title': _('Elections'),
|
'assignment_pdf_title': _('Elections'),
|
||||||
'system_url': 'http://127.0.0.1:8000',
|
'system_url': 'http://127.0.0.1:8000',
|
||||||
|
'system_welcometext': 'Welcome to OpenSlides!',
|
||||||
}
|
}
|
||||||
|
|
||||||
class Config(models.Model):
|
class Config(models.Model):
|
||||||
|
Loading…
Reference in New Issue
Block a user