Fixed #65: Set default value for config options: 'Number of ballot papers (selection)'

This commit is contained in:
Emanuel Schuetze 2011-11-21 18:00:58 +01:00
parent 3679dbdf52
commit bbb61a9091

View File

@ -19,7 +19,9 @@ DEFAULT_DATA = {
'agenda_countdown_time': 60,
'application_min_supporters': 4,
'application_preamble': 'Die Versammlung möge beschließen,',
'application_pdf_ballot_papers_selection': '1',
'application_pdf_title': _('Applications'),
'assignment_pdf_ballot_papers_selection': '1',
'assignment_pdf_title': _('Elections'),
'system_url': 'http://127.0.0.1:8000',
'system_welcometext': 'Welcome to OpenSlides!',