This commit is contained in:
Oskar Hahn 2012-09-13 11:52:04 +02:00
parent bcfceccb09
commit b15d70d13d

View File

@ -598,7 +598,7 @@ class ApplicationPoll(BasePoll, CountInvalid, CountVotesCast):
def default_config(sender, key, **kwargs): def default_config(sender, key, **kwargs):
return { return {
'application_min_supporters': 0, 'application_min_supporters': 0,
'application_preamble': _('The Assembly may decide,'), 'application_preamble': _('The assembly may decide,'),
'application_pdf_ballot_papers_selection': 'CUSTOM_NUMBER', 'application_pdf_ballot_papers_selection': 'CUSTOM_NUMBER',
'application_pdf_ballot_papers_number': '8', 'application_pdf_ballot_papers_number': '8',
'application_pdf_title': _('Motions'), 'application_pdf_title': _('Motions'),