Tweaked the email line lengths in the data migration.
- Legacy-Id: 6476
This commit is contained in:
parent
e3eeee53fb
commit
56953d8027
|
@ -41,7 +41,8 @@ class Migration(DataMigration):
|
||||||
|
|
||||||
Decline: http://$domain$decline_url
|
Decline: http://$domain$decline_url
|
||||||
|
|
||||||
If you accept, you will receive a questionnaire for the position in a subsequent email.
|
If you accept, you will receive a questionnaire for the position in a
|
||||||
|
subsequent email.
|
||||||
|
|
||||||
Best Regards,
|
Best Regards,
|
||||||
""")
|
""")
|
||||||
|
@ -60,10 +61,14 @@ class Migration(DataMigration):
|
||||||
|
|
||||||
template = DBTemplate.objects.get(group=None,title__startswith="Header of the email that contains")
|
template = DBTemplate.objects.get(group=None,title__startswith="Header of the email that contains")
|
||||||
template.content = textwrap.dedent("""\
|
template.content = textwrap.dedent("""\
|
||||||
Hi $nominee, this is the questionnaire for the position $position.
|
Hi $nominee, this is the questionnaire for the position $position.
|
||||||
Please follow the directions in the questionnaire closely - you may see that some changes have been made from previous years, so please take note.
|
Please follow the directions in the questionnaire closely - you may see
|
||||||
|
that some changes have been made from previous years, so please take note.
|
||||||
|
|
||||||
We look forward to reading your questionnaire response! If you have any administrative questions, please send mail to nomcom-chair@ietf.org. Thank you!
|
We look forward to reading your questionnaire response! If you have any
|
||||||
|
administrative questions, please send mail to nomcom-chair@ietf.org.
|
||||||
|
|
||||||
|
Thank you!
|
||||||
""")
|
""")
|
||||||
template.save()
|
template.save()
|
||||||
|
|
||||||
|
@ -78,7 +83,8 @@ class Migration(DataMigration):
|
||||||
|
|
||||||
Decline: http://$domain$decline_url
|
Decline: http://$domain$decline_url
|
||||||
|
|
||||||
If you accept, you will receive a questionnaire for the position in a subsequent email.
|
If you accept, you will receive a questionnaire for the position in a
|
||||||
|
subsequent email.
|
||||||
|
|
||||||
Best Regards,
|
Best Regards,
|
||||||
""")
|
""")
|
||||||
|
|
Loading…
Reference in a new issue