From 1148b16fbf562a842e3aed2e0a69a15b8febee41 Mon Sep 17 00:00:00 2001 From: Jeremy Freeman Date: Tue, 9 Jan 2018 19:55:13 -0500 Subject: [PATCH 1/3] update survey email for 1 week extension --- school_navigator/templates/survey_email_charter.txt | 2 ++ school_navigator/templates/survey_email_dps.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/school_navigator/templates/survey_email_charter.txt b/school_navigator/templates/survey_email_charter.txt index 0904126..2e0e47d 100644 --- a/school_navigator/templates/survey_email_charter.txt +++ b/school_navigator/templates/survey_email_charter.txt @@ -1,5 +1,7 @@ Dear {{ school.name }} Team, +Reminder: Due to the weather related closures last week, we have extended the deadline for one week (until {{ school_profile.due_date }}). + This is our second year requesting survey information about your school to be included on your school profile on Durham School Navigator ( http://durhamschoolnavigator.org/ ). {{ school.name }}’s Survey Completion Percent: {{ percent_complete }} diff --git a/school_navigator/templates/survey_email_dps.txt b/school_navigator/templates/survey_email_dps.txt index 599ab1f..4a4dbfc 100644 --- a/school_navigator/templates/survey_email_dps.txt +++ b/school_navigator/templates/survey_email_dps.txt @@ -1,5 +1,8 @@ Dear {{ school.name }} Team, +Reminder: Given the weather related closures last week, we have extended the deadline one week for the survey (until {{ school_profile.due_date }}). +Please contact Chip Sudderth (william.sudderth-iii@dpsnc.net) or Janet Del Pinal (janet.delpinal@dpsnc.net) if you need help/advice with the CONTENT of your information. + This is our second year requesting survey information about your school to be included on your school profile on Durham School Navigator ( http://durhamschoolnavigator.org/ ). The site has been developed by over 35 Code for Durham volunteers over three years in collaboration with a number of community groups to provide the most sought after information to families as they make important education decisions. From 54ae1916082a8bbe1cfaf0ee711e37801c3c01ed Mon Sep 17 00:00:00 2001 From: Alex Lemann Date: Tue, 9 Jan 2018 20:14:53 -0500 Subject: [PATCH 2/3] Reminder -> Update --- school_navigator/templates/survey_email_charter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/school_navigator/templates/survey_email_charter.txt b/school_navigator/templates/survey_email_charter.txt index 2e0e47d..3e6745b 100644 --- a/school_navigator/templates/survey_email_charter.txt +++ b/school_navigator/templates/survey_email_charter.txt @@ -1,6 +1,6 @@ Dear {{ school.name }} Team, -Reminder: Due to the weather related closures last week, we have extended the deadline for one week (until {{ school_profile.due_date }}). +Update: Due to the weather related closures last week, we have extended the deadline for one week (until {{ school_profile.due_date }}). This is our second year requesting survey information about your school to be included on your school profile on Durham School Navigator ( http://durhamschoolnavigator.org/ ). From 5272bf36ab59c04a98313d1174c38a2baf14aa65 Mon Sep 17 00:00:00 2001 From: Alex Lemann Date: Tue, 9 Jan 2018 20:15:26 -0500 Subject: [PATCH 3/3] Reminder -> Update --- school_navigator/templates/survey_email_dps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/school_navigator/templates/survey_email_dps.txt b/school_navigator/templates/survey_email_dps.txt index 4a4dbfc..1ae7fb2 100644 --- a/school_navigator/templates/survey_email_dps.txt +++ b/school_navigator/templates/survey_email_dps.txt @@ -1,6 +1,6 @@ Dear {{ school.name }} Team, -Reminder: Given the weather related closures last week, we have extended the deadline one week for the survey (until {{ school_profile.due_date }}). +Update: Given the weather related closures last week, we have extended the deadline one week for the survey (until {{ school_profile.due_date }}). Please contact Chip Sudderth (william.sudderth-iii@dpsnc.net) or Janet Del Pinal (janet.delpinal@dpsnc.net) if you need help/advice with the CONTENT of your information. This is our second year requesting survey information about your school to be included on your school profile on Durham School Navigator ( http://durhamschoolnavigator.org/ ).