You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/nomcom/migrations/0005_default_template_edits.py
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ def forwards(self, orm):
41
41
42
42
Decline: http://$domain$decline_url
43
43
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.
45
46
46
47
Best Regards,
47
48
""")
@@ -60,10 +61,14 @@ def forwards(self, orm):
60
61
61
62
template=DBTemplate.objects.get(group=None,title__startswith="Header of the email that contains")
62
63
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.
65
67
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!
67
72
""")
68
73
template.save()
69
74
@@ -78,7 +83,8 @@ def forwards(self, orm):
78
83
79
84
Decline: http://$domain$decline_url
80
85
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
0 commit comments