From eb12299fd47dd244383fdfcb0136db75a28ea725 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Tue, 6 Feb 2018 20:19:26 +0100
Subject: [PATCH] Tweak phrasing

---
 templates/email/email_fellow_tasklist.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/templates/email/email_fellow_tasklist.html b/templates/email/email_fellow_tasklist.html
index 5e7442a00..946b6d92f 100644
--- a/templates/email/email_fellow_tasklist.html
+++ b/templates/email/email_fellow_tasklist.html
@@ -3,6 +3,7 @@
 <p>Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},</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 %}
+<br/>
 <h3>Assignments for you to consider:</h3>
 <ul>
 {% for assignment in assignments_to_consider %}
@@ -13,6 +14,7 @@
 </ul>
 {% endif %}
 {% if assignments_ongoing %}
+<br/>
 <h3>Current assignments (Submissions for which you are Editor-in-charge):</h3>
 <ul>
   {% for assignment in assignments_ongoing %}
@@ -36,6 +38,7 @@
 </ul>
 {% endif %}
 {% if assignments_upcoming_deadline %}
+<br/>
 <h3>Upcoming refereeing deadlines:</h3>
 <ul>
   {% for assignment in assignments_upcoming_deadline %}
@@ -50,6 +53,7 @@
   {% endfor %}
 </ul>
 {% endif %}
+<br/>
 <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.
-- 
GitLab