Skip to content

Commit 56953d8

Browse files
committed
Tweaked the email line lengths in the data migration.
- Legacy-Id: 6476
1 parent e3eeee5 commit 56953d8

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

ietf/nomcom/migrations/0005_default_template_edits.py

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def forwards(self, orm):
4141
4242
Decline: http://$domain$decline_url
4343
44-
If you accept, you will receive a questionnaire for the position in a subsequent email.
44+
If you accept, you will receive a questionnaire for the position in a
45+
subsequent email.
4546
4647
Best Regards,
4748
""")
@@ -60,10 +61,14 @@ def forwards(self, orm):
6061

6162
template = DBTemplate.objects.get(group=None,title__startswith="Header of the email that contains")
6263
template.content = textwrap.dedent("""\
63-
Hi $nominee, this is the questionnaire for the position $position.
64-
Please follow the directions in the questionnaire closely - you may see that some changes have been made from previous years, so please take note.
64+
Hi $nominee, this is the questionnaire for the position $position.
65+
Please follow the directions in the questionnaire closely - you may see
66+
that some changes have been made from previous years, so please take note.
6567
66-
We look forward to reading your questionnaire response! If you have any administrative questions, please send mail to nomcom-chair@ietf.org. Thank you!
68+
We look forward to reading your questionnaire response! If you have any
69+
administrative questions, please send mail to nomcom-chair@ietf.org.
70+
71+
Thank you!
6772
""")
6873
template.save()
6974

@@ -78,7 +83,8 @@ def forwards(self, orm):
7883
7984
Decline: http://$domain$decline_url
8085
81-
If you accept, you will receive a questionnaire for the position in a subsequent email.
86+
If you accept, you will receive a questionnaire for the position in a
87+
subsequent email.
8288
8389
Best Regards,
8490
""")

0 commit comments

Comments
 (0)