From 569e6ac21ed9a65bbda33df3125076152eeeff2d Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 6 Feb 2018 20:07:16 +0100 Subject: [PATCH] Improve again --- submissions/utils.py | 2 +- templates/email/email_fellow_tasklist.html | 6 +++--- templates/email/email_fellow_tasklist.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/submissions/utils.py b/submissions/utils.py index 2649daa1e..a8f6dda2f 100644 --- a/submissions/utils.py +++ b/submissions/utils.py @@ -1377,4 +1377,4 @@ class SubmissionUtils(BaseMailUtil): cls._send_mail(cls, 'email_fellow_tasklist', # [cls._context['fellow'].email_address], ['jscaux@scipost.org'], # temporary, for testing - 'Current and upcoming tasks') + 'current assignments, pending tasks') diff --git a/templates/email/email_fellow_tasklist.html b/templates/email/email_fellow_tasklist.html index 4927be6d7..5e7442a00 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 on any point in need of attention.</p> +<p>Please find below a summary of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention on any point in need of attention. Your good work as an Editorial Fellow is greatly appreciated!</p> {% if assignments_to_consider %} <h3>Assignments for you to consider:</h3> <ul> @@ -55,7 +55,7 @@ Don't hesitate to <a href="mailto:edadmin@scipost.org">email the editorial administration</a> if you need any assistance. </p> <p> - Many thanks,<br> - The SciPost Team. + Many thanks for your valuable work,<br> + SciPost Editorial Administration </p> {% include 'email/_footer.html' %} diff --git a/templates/email/email_fellow_tasklist.txt b/templates/email/email_fellow_tasklist.txt index a2d0b123d..5a1424cd1 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 on any point in need of attention.\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 on any point in need of attention. Your good work as an Editorial Fellow is greatly appreciated!\n\n {% if assignments_to_consider %} Assignments for you to consider:\n\n {% for assignment in assignments_to_consider %} @@ -34,5 +34,5 @@ Refereeing deadline: {{ assignment.submission.reporting_deadline|date:"Y-m-d" }} {% endif %} \n You can take action on all of these starting from your personal page at https://scipost.org/personal_page. Don't hesitate to email the editorial administration at edadmin@scipost.org if you need any assistance.\n\n -Many thanks,\n -The SciPost Team. +Many thanks for your valuable work,\n +SciPost Editorial Administration -- GitLab