diff --git a/templates/email/email_report_made_citable.html b/templates/email/email_report_made_citable.html index 4a22b468725e0798af217d5128e88b1477daab79..e555f66bdf88c404ed2ee62927ef94632ed16854 100644 --- a/templates/email/email_report_made_citable.html +++ b/templates/email/email_report_made_citable.html @@ -19,8 +19,13 @@ {{ report.citation }}. </p> <p> - We thank you again very much for your contribution.<br/> + We thank you again very much for your valuable contribution.<br/> The SciPost Team </p> +{% if report.anonymous %} +<p> + P.S.: When submitting your Report, you chose to remain anonymous. We generally encourage (but in no way force) our referees to sign their Reports; should you wish to sign your existing (even old) Reports, simply navigate to your <a href="https://scipost.org/personal_page">personal page</a> under the Refereeing tab, where you will be able to sign your Reports (after which we will update their DOI metadata). +</p> +{% endif %} {% include 'email/_footer.html' %} diff --git a/templates/email/email_report_made_citable.txt b/templates/email/email_report_made_citable.txt index 049658992e802665392a00ee3ed6da649a5916bd..84ca5579dba71c8adb068b788faf3f564cfa403f 100644 --- a/templates/email/email_report_made_citable.txt +++ b/templates/email/email_report_made_citable.txt @@ -8,4 +8,7 @@ by {{ report.submission.author_list }}\n has been ascribed DOI {{ report.doi_string }} (https://doi.org/{{ report.doi_string }}), and is thus now citable in the form:\n\n {{ report.citation }}.\n\n We thank you again very much for your contribution.\n -The SciPost Team +The SciPost Team\n\n +{% if report.anonymous %} +P.S.: When submitting your Report, you chose to remain anonymous. We generally encourage (but in no way force) our referees to sign their Reports; should you wish to sign your existing (even old) Reports, simply navigate to your personal page (at https://scipost.org/personal_page) under the Refereeing tab, where you will be able to sign your Reports (after which we will update their DOI metadata).\n +{% endif %}