From c04b132178bffc50816785aac7a0b961aeecae55 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 23 Apr 2017 11:14:57 +0200 Subject: [PATCH] Missing change in last commit --- scipost/utils.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scipost/utils.py b/scipost/utils.py index 5c1ddcbd1..871216dbc 100644 --- a/scipost/utils.py +++ b/scipost/utils.py @@ -305,8 +305,9 @@ class Utils(BaseMailUtil): 'after which your registration will be activated, allowing you to contribute, ' 'in particular by providing referee reports.\n\n' 'To ensure timely processing of the submission (out of respect for the authors), ' - 'we would appreciate a timely response from you, ideally within the next 2 days.\n\n' - 'If you are not able to provide a Report, you can quickly let us know by simply ' + 'we would appreciate a quick accept/decline ' + 'response from you, ideally within the next 2 days.\n\n' + 'If you are not able to provide a Report, you can let us know by simply ' 'navigating to \n\nhttps://scipost.org/decline_ref_invitation/' + cls.invitation.invitation_key + '\n\n' 'If you are able to provide a Report, you can confirm this after registering ' @@ -323,9 +324,10 @@ class Utils(BaseMailUtil): 'for you. After activation of your registration, you will be allowed to contribute, ' 'in particular by providing referee reports.</p>' '<p>To ensure timely processing of the submission (out of respect for the authors), ' - 'we would appreciate a timely response from you, ideally within the next 2 days.</p>' + 'we would appreciate a quick accept/decline ' + 'response from you, ideally within the next 2 days.</p>' '<p>If you are <strong>not</strong> able to provide a Report, ' - 'you can quickly let us know by simply ' + 'you can let us know by simply ' '<a href="https://scipost.org/decline_ref_invitation/{{ invitation_key }}>' 'clicking here</a>.</p>' '<p>If you are able to provide a Report, you can confirm this after registering ' -- GitLab