diff --git a/submissions/utils.py b/submissions/utils.py index bffc1c65b6a0a01b24fa9eb438567c01b389b612..470d9df4693ff8f976215de7877c62c9b7a57704 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,'