From 7f162314ec0aea8358256393f13ccbd66402b518 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 6 Feb 2018 16:57:58 +0100 Subject: [PATCH] Improve email again --- templates/email/email_fellow_tasklist.html | 7 +++---- templates/email/email_fellow_tasklist.txt | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/email/email_fellow_tasklist.html b/templates/email/email_fellow_tasklist.html index 78178cb9d..1168cd5d0 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, if it turns out to be needed.</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> {% if assignments_to_consider %} <h3>Assignments for you to consider:</h3> <ul> @@ -22,7 +22,7 @@ <em>by {{ assignment.submission.author_list }}</em> </p> {% if assignment.submission.cycle.has_required_actions %} - <h3>Required actions:</h3> + <h3>Required actions (go to the <a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>):</h3> <ul> {% for action in assignment.submission.cycle.get_required_actions %} <li>{{action.1}}</li> @@ -30,7 +30,6 @@ <li>No actions required</li> {% endfor %} </ul> - <p><em>Manage this Submission from its </em><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a></p> {% endif %} </li> {% endfor %} @@ -46,7 +45,7 @@ <em>by {{ assignment.submission.author_list }}</em> </p> <p>Refereeing deadline: {{ assignment.submission.reporting_deadline|date:"Y-m-d" }}.</p> - <p><em>Manage this Submission from its </em><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a></p> + <p><em>You can manage this Submission from its </em><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a></p> </li> {% endfor %} </ul> diff --git a/templates/email/email_fellow_tasklist.txt b/templates/email/email_fellow_tasklist.txt index 8db531ec4..6444d5a2c 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, if it turns out to be neede.\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 {% if assignments_to_consider %} Assignments for you to consider:\n\n {% for assignment in assignments_to_consider %} -- GitLab