From 56953d802738725048bb61f02c7fed3d25e9cff6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 21 Oct 2013 22:09:59 +0000 Subject: [PATCH] Tweaked the email line lengths in the data migration. - Legacy-Id: 6476 --- .../migrations/0005_default_template_edits.py | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/ietf/nomcom/migrations/0005_default_template_edits.py b/ietf/nomcom/migrations/0005_default_template_edits.py index c98528604..681b59bd9 100644 --- a/ietf/nomcom/migrations/0005_default_template_edits.py +++ b/ietf/nomcom/migrations/0005_default_template_edits.py @@ -41,7 +41,8 @@ class Migration(DataMigration): 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, """) @@ -60,10 +61,14 @@ class Migration(DataMigration): template = DBTemplate.objects.get(group=None,title__startswith="Header of the email that contains") template.content = textwrap.dedent("""\ - 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. + 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. - 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() @@ -78,7 +83,8 @@ class Migration(DataMigration): 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, """)