SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit a68b4c19 authored by Jorran de Wit's avatar Jorran de Wit
Browse files
parents 7665256c 50242ab7
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ class Command(BaseCommand): ...@@ -56,7 +56,7 @@ class Command(BaseCommand):
mail_sender.send() mail_sender.send()
# one week before refereeing deadline: auto email reminder to ref # one week before refereeing deadline: auto email reminder to ref
if workdays_between(timezone.now(), submission.reporting_deadline) == 5: if workdays_between(timezone.now(), submission.reporting_deadline) == 5:
for invitation in submission.refereeing_invitations.in_process(): for invitation in submission.referee_invitations.in_process():
mail_sender = DirectMailUtil( mail_sender = DirectMailUtil(
mail_code='referees/remind_referee_deadline_1week', instance=invitation) mail_code='referees/remind_referee_deadline_1week', instance=invitation)
mail_sender.send() mail_sender.send()
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
has failed to respond to the invitation (after being sent {{invitation.nr_reminders}} reminders). has failed to respond to the invitation (after being sent {{invitation.nr_reminders}} reminders).
</p> </p>
<p> <p>
Unless you are confident that this referee will really deliver a Report, and to ensure that this Submission does not suffer from unnecessary delays in processing, you should ideally invite a replacement referee using the tols on the <a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>. Unless you are confident that this referee will really deliver a Report, and to ensure that this Submission does not suffer from unnecessary delays in processing, you should ideally invite a replacement referee using the tols on the <a href="https://scipost.org{% url 'submissions:editorial_page' invitation.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>.
</p> </p>
<p> <p>
We are very grateful for your prompt action. We are very grateful for your prompt action.
......
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