From 375dc82ca181bca01b073e83a7b3e7eb029f848f Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 6 Feb 2018 12:12:32 +0100 Subject: [PATCH] Improve email --- templates/email/email_fellow_tasklist.html | 3 ++- templates/email/email_fellow_tasklist.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/email/email_fellow_tasklist.html b/templates/email/email_fellow_tasklist.html index 825f81bc4..263129de0 100644 --- a/templates/email/email_fellow_tasklist.html +++ b/templates/email/email_fellow_tasklist.html @@ -1,7 +1,7 @@ {% load bootstrap %} {% load submissions_extras %} <p>Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},</p> -<p>Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention.</p> +<p>Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention, if it turns out to be needed.</p> {% if assignments_to_consider %} <h3>Assignments for you to consider:</h3> <ul> @@ -51,6 +51,7 @@ {% endfor %} </ul> {% endif %} +<h3>Need help or assistance?</h3> <p> Don't hesitate to <a href="mailto:edadmin@scipost.org">email the editorial administration</a> if you need any assistance. </p> diff --git a/templates/email/email_fellow_tasklist.txt b/templates/email/email_fellow_tasklist.txt index 34c575873..8db531ec4 100644 --- a/templates/email/email_fellow_tasklist.txt +++ b/templates/email/email_fellow_tasklist.txt @@ -1,6 +1,6 @@ {% load submissions_extras %} Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},\n\n -Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention.\n\n +Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention, if it turns out to be neede.\n\n {% if assignments_to_consider %} Assignments for you to consider:\n\n {% for assignment in assignments_to_consider %} -- GitLab