Default asec-skeleton-participant-mail shouldn't be about access code

This commit is contained in:
Frédéric Péters 2011-04-30 12:58:15 +02:00
parent 1d9e126c4f
commit 7af13d9193
1 changed files with 2 additions and 34 deletions

View File

@ -943,37 +943,5 @@ Regards,
EmailsDirectory.register('asec-skeleton-participant-mail',
N_('Skeleton for "mail to participants"'),
N_('Available variables: user_name, user_email, access_code, questionnaire_name, questionnaire_url'),
default_subject=N_('[questionnaire_name]'),
default_body=N_('''\
Dear [user_name]
[questionnaire_name] is now open.
To vote, please go to [questionnaire_url]
and follow the instructions there.
When instructed to do so, enter the following details:
E-Mail: [user_email]
Access Code: [access_code]
The election has 4 steps:
First, you must identify yourself using the access code above.
Then fill the questionnaire with your choices.
A third step will show you your choice, and ask you to confirm or return
to the previous step.
Finally, after confirming your choice, a unique identifier will be given
to you which will allow you to verify after the election that your vote
was counted correctly. To ensure anonymity, no link will be kept between
this token and your identifiers, so please keep this token safe. Once you
have voted, you will not be able to vote again.
Thank you for your vote!
Regards,
'''))
N_('Available variables: user_name, user_email, questionnaire_name, questionnaire_url'),
default_subject=N_('[questionnaire_name]'))