From 920e4a41363463a67c1dba8d191da89820ec0823 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 29 Apr 2018 21:05:13 +0200
Subject: [PATCH] Add spacings in footers of email reminders

---
 templates/email/eic/referee_unresponsive.html                 | 4 ++--
 templates/email/referees/invite_contributor_to_referee.html   | 2 +-
 .../referees/invite_contributor_to_referee_reminder1.html     | 2 +-
 .../referees/invite_contributor_to_referee_reminder2.html     | 2 +-
 templates/email/referees/invite_unregistered_to_referee.html  | 2 +-
 .../referees/invite_unregistered_to_referee_reminder1.html    | 2 +-
 .../referees/invite_unregistered_to_referee_reminder2.html    | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/templates/email/eic/referee_unresponsive.html b/templates/email/eic/referee_unresponsive.html
index 9dfb06aa3..173ab9cee 100644
--- a/templates/email/eic/referee_unresponsive.html
+++ b/templates/email/eic/referee_unresponsive.html
@@ -11,11 +11,11 @@
     has failed to respond to the invitation (after being sent {{invitation.nr_reminders}} reminders).
 </p>
 <p>
-  Unless you are confident that this referee will really deliver a Report, and to ensure that this Submission does not suffer from unnecessary delays in processing, you should ideally invite a replacement referee using the tools on the <a href="https://scipost.org{% url 'submissions:editorial_page' invitation.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>.
+  Unless you are confident that this referee will really deliver a Report, and to ensure that this Submission does not suffer from unnecessary delays in processing, you should ideally invite a replacement referee using the tols on the <a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>.
 </p>
 <p>
     We are very grateful for your prompt action.
-    <br>
+    <br><br>
     SciPost Editorial Administration
 </p>
 {% include 'email/_footer.html' %}
diff --git a/templates/email/referees/invite_contributor_to_referee.html b/templates/email/referees/invite_contributor_to_referee.html
index 8c9ce20c2..250e6f899 100644
--- a/templates/email/referees/invite_contributor_to_referee.html
+++ b/templates/email/referees/invite_contributor_to_referee.html
@@ -19,7 +19,7 @@
 </p>
 <p>
     We would be extremely grateful for your contribution, and thank you in advance for your consideration.
-    <br>
+    <br><br>
     The SciPost Team.
 </p>
 {% include 'email/_footer.html' %}
diff --git a/templates/email/referees/invite_contributor_to_referee_reminder1.html b/templates/email/referees/invite_contributor_to_referee_reminder1.html
index 17d2fa8ef..4d55fd2fd 100644
--- a/templates/email/referees/invite_contributor_to_referee_reminder1.html
+++ b/templates/email/referees/invite_contributor_to_referee_reminder1.html
@@ -24,7 +24,7 @@
 </p>
 <p>
     We would be extremely grateful for your contribution, and thank you in advance for your consideration.
-    <br>
+    <br><br>
     The SciPost Team.
 </p>
 {% include 'email/_footer.html' %}
diff --git a/templates/email/referees/invite_contributor_to_referee_reminder2.html b/templates/email/referees/invite_contributor_to_referee_reminder2.html
index d1dd9e847..d75dce8fb 100644
--- a/templates/email/referees/invite_contributor_to_referee_reminder2.html
+++ b/templates/email/referees/invite_contributor_to_referee_reminder2.html
@@ -24,7 +24,7 @@
 </p>
 <p>
     We would be extremely grateful for your contribution, and thank you in advance for your consideration.
-    <br>
+    <br><br>
     The SciPost Team.
 </p>
 {% include 'email/_footer.html' %}
diff --git a/templates/email/referees/invite_unregistered_to_referee.html b/templates/email/referees/invite_unregistered_to_referee.html
index 9c6c585d8..99691bc6f 100644
--- a/templates/email/referees/invite_unregistered_to_referee.html
+++ b/templates/email/referees/invite_unregistered_to_referee.html
@@ -28,7 +28,7 @@ Dear {{ invitation.get_title_display }} {{ invitation.last_name }},
     We very much hope that we can count on your expertise,
     <br>
     Many thanks in advance,
-    <br>
+    <br><br>
     The SciPost Team
 </p>
 
diff --git a/templates/email/referees/invite_unregistered_to_referee_reminder1.html b/templates/email/referees/invite_unregistered_to_referee_reminder1.html
index abba04bd7..8ff419c05 100644
--- a/templates/email/referees/invite_unregistered_to_referee_reminder1.html
+++ b/templates/email/referees/invite_unregistered_to_referee_reminder1.html
@@ -31,7 +31,7 @@
     We very much hope that we can count on your expertise,
     <br>
     Many thanks in advance,
-    <br>
+    <br><br>
     The SciPost Team
 </p>
 
diff --git a/templates/email/referees/invite_unregistered_to_referee_reminder2.html b/templates/email/referees/invite_unregistered_to_referee_reminder2.html
index 373608655..124000e20 100644
--- a/templates/email/referees/invite_unregistered_to_referee_reminder2.html
+++ b/templates/email/referees/invite_unregistered_to_referee_reminder2.html
@@ -31,7 +31,7 @@
     We very much hope that we can count on your expertise,
     <br>
     Many thanks in advance,
-    <br>
+    <br><br>
     The SciPost Team
 </p>
 
-- 
GitLab