From d3cc3b5518ffe829f1b39eea285023576c1c1e7e Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Mon, 28 Nov 2016 05:08:33 +0100 Subject: [PATCH] Polish post-decision email to authors --- submissions/utils.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/submissions/utils.py b/submissions/utils.py index bffc1c65b..470d9df46 100644 --- a/submissions/utils.py +++ b/submissions/utils.py @@ -1157,7 +1157,10 @@ class SubmissionUtils(object): 'https://scipost.org/submission/' + cls.submission.arxiv_identifier_w_vn_nr + '. ' 'Note that these details are viewable only by ' - 'the registered authors of the submission.') + 'the registered authors of the submission.' + '\n\nUnless you explicitly request otherwise, we will deactivate your ' + 'Submission\'s Page within one week and remove it from public view.' + ) email_text_html += ( '<p>We are sorry to inform you that your Submission ' 'has not been accepted for publication.</p>' @@ -1166,8 +1169,8 @@ class SubmissionUtils(object): '{{ arxiv_identifier_w_vn_nr }}">Submission\'s Page</a>. ' 'Note that these details are viewable only by ' 'the registered authors of the submission.</p>' - '<p>Unless you request otherwise, we will deactivate your ' - 'Submission\'s Page and remove it from public view.</p>' + '<p>Unless you explicitly request otherwise, we will deactivate your ' + 'Submission\'s Page within one week and remove it from public view.</p>' ) email_text += ('\n\nWe thank you very much for your contribution.' '\n\nSincerely,' -- GitLab