SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7d2f5a69 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Merge branch 'hotfix_JSC' into development

parents 41318964 7bd1d23d
No related branches found
No related tags found
No related merge requests found
Dear {{commentary.requested_by.get_title}} {{commentary.requested_by.user.last_name}}, 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. You are now welcome to submit your comments.
Thank you for your contribution, Thank you for your contribution,
......
...@@ -247,7 +247,7 @@ def vet_commentary_request_ack(request, commentary_id): ...@@ -247,7 +247,7 @@ def vet_commentary_request_ack(request, commentary_id):
email_args = ( email_args = (
'SciPost Commentary Page activated', 'SciPost Commentary Page activated',
email_text, email_text,
[commentary.requested_by.user.email], commentary.requested_by.user.email,
['commentaries@scipost.org'] ['commentaries@scipost.org']
) )
emailmessage = EmailMessage(*email_args, reply_to=['commentaries@scipost.org']) emailmessage = EmailMessage(*email_args, reply_to=['commentaries@scipost.org'])
......
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 The authors of the SciPost Submission\n\n
{{submission.title}} {{ submission.title }}
\n\n \n\n
by {{submission.author_list}} by {{ submission.author_list }}
\n\n \n\n
have resubmitted their manuscript.\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 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 %},
(also accessible from your personal page under the Editorial Actions tab), see https://scipost.org{% url 'scipost:personal_page' %}. \n\n 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' %}. 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 \n\n
......
<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> <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>
<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>. {{submission.title}}
(also accessible from your <a href="https://scipost.org{% url 'scipost:personal_page' %}">personal page</a> under the Editorial Actions tab). <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>
<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>. 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>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment