diff --git a/commentaries/templates/commentaries/vet_commentary_email_accepted.html b/commentaries/templates/commentaries/vet_commentary_email_accepted.html index 69ba77f82041bc55e7d95c3dc5b34f4e486de797..7c5056b8e24c8cdb402c3cfafb8801684f8e2a2f 100644 --- a/commentaries/templates/commentaries/vet_commentary_email_accepted.html +++ b/commentaries/templates/commentaries/vet_commentary_email_accepted.html @@ -1,6 +1,6 @@ Dear {{commentary.requested_by.get_title}} {{commentary.requested_by.user.last_name}}, -The Commentary Page you have requested, concerning publication with title {{commentary.pub_title}} by {{commentary.author_list}}, has been activated at https://scipost.org/commentary/'{{commentary.arxiv_or_DOI_string}}. +The Commentary Page you have requested, concerning publication with title {{commentary.pub_title}} by {{commentary.author_list}}, has been activated at https://scipost.org/commentary/{{commentary.arxiv_or_DOI_string}}. You are now welcome to submit your comments. Thank you for your contribution, diff --git a/commentaries/views.py b/commentaries/views.py index 6a2dbb3754926722cd3b69682aa0c2257863b758..d8554ec92e92690cf12c7c6e27802183d3f2154a 100644 --- a/commentaries/views.py +++ b/commentaries/views.py @@ -247,7 +247,7 @@ def vet_commentary_request_ack(request, commentary_id): email_args = ( 'SciPost Commentary Page activated', email_text, - [commentary.requested_by.user.email], + commentary.requested_by.user.email, ['commentaries@scipost.org'] ) emailmessage = EmailMessage(*email_args, reply_to=['commentaries@scipost.org']) diff --git a/templates/email/submission_eic_reappointment.html b/templates/email/submission_eic_reappointment.html index a4b8eba72d81a8b39c1a0e0a21958651d760dc7e..01c9463755a1254e5397d6a529f5904212a4c13b 100644 --- a/templates/email/submission_eic_reappointment.html +++ b/templates/email/submission_eic_reappointment.html @@ -1,14 +1,14 @@ -Dear {{submission.editor_in_charge.get_title_display}} {{submission.editor_in_charge.user.last_name}},\n\n +Dear {{ submission.editor_in_charge.get_title_display }} {{ submission.editor_in_charge.user.last_name }},\n\n The authors of the SciPost Submission\n\n -{{submission.title}} +{{ submission.title }} \n\n -by {{submission.author_list}} +by {{ submission.author_list }} \n\n have resubmitted their manuscript.\n\n -As Editor-in-charge, you can take your editorial actions from the submission\'s editorial page: https://scipost.org{% url 'submissions:editorial_page' submission.arxiv_identifier_w_vn_nr %}.\n -(also accessible from your personal page under the Editorial Actions tab), see https://scipost.org{% url 'scipost:personal_page' %}. \n\n +As Editor-in-charge, you can take your editorial actions from the submission\'s editorial page https://scipost.org{% url 'submissions:editorial_page' submission.arxiv_identifier_w_vn_nr %}, +which is also accessible from your personal page at https://scipost.org{% url 'scipost:personal_page' %} under the Editorial Actions tab.\n\n You can either take an immediate acceptance/rejection decision, quickly consult previous referees or run a new refereeing round, in which case you should now invite at least 3 referees; you might want to make sure you are aware of the detailed procedure described in the Editorial College by-laws. See https://scipost.org{% url 'scipost:EdCol_by-laws' %}. \n\n diff --git a/templates/email/submission_eic_reappointment_html.html b/templates/email/submission_eic_reappointment_html.html index 9603dd70a5cf2d9f2698bea43584834b15acd6a2..6d2d4ee38dd3dae48e4f74641cd00b1bdef37b80 100644 --- a/templates/email/submission_eic_reappointment_html.html +++ b/templates/email/submission_eic_reappointment_html.html @@ -1,11 +1,18 @@ -<p>Dear {{submission.editor_in_charge.get_title_display}} {{submission.editor_in_charge.user.last_name}},</p> +<p>Dear {{ submission.editor_in_charge.get_title_display }} {{ submission.editor_in_charge.user.last_name }},</p> <p> - The authors of the SciPost Submission "{{submission.title}} by {{submission.author_list}}" have resubmitted their manuscript. + The authors of the SciPost Submission </p> <p> - As Editor-in-charge, you can take your editorial actions from the submission\'s <a href="https://scipost.org{% url 'submissions:editorial_page' submission.arxiv_identifier_w_vn_nr %}">editorial page</a>. - (also accessible from your <a href="https://scipost.org{% url 'scipost:personal_page' %}">personal page</a> under the Editorial Actions tab). + {{submission.title}} + <br/> + by {{submission.author_list}} +</p> +<p> + have resubmitted their manuscript. +</p> +<p> + As Editor-in-charge, you can take your editorial actions from the submission's <a href="https://scipost.org{% url 'submissions:editorial_page' submission.arxiv_identifier_w_vn_nr %}">editorial page</a>, which is also accessible from your <a href="https://scipost.org{% url 'scipost:personal_page' %}">personal page</a> under the Editorial Actions tab. </p> <p> You can either take an immediate acceptance/rejection decision, quickly consult previous referees or run a new refereeing round, in which case you should now invite at least 3 referees; you might want to make sure you are aware of the detailed procedure described in the <a href="https://scipost.org{% url 'scipost:EdCol_by-laws' %}">Editorial College by-laws</a>.