SciPost Code Repository

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

Improve email Fellow tasklist

parent 346ee267
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ class Command(BaseCommand):
).order_by('user__last_name')
for fellow in fellows:
submissions_as_eic = Submission.objects.filter(
editor_in_charge=fellow).order_by('submission_date')
submissions_as_eic = Submission.objects.filter_for_eic(
fellow.user).order_by('submission_date')
assignments_to_consider = EditorialAssignment.objects.open().filter(
to=fellow)
if submissions_as_eic or assignments_to_consider:
......
......@@ -29,7 +29,10 @@
</ul>
{% endif %}
<p>
Many thanks for your work,<br>
Don't hesitate to <a href="mailto:edadmin@scipost.org">email the editorial administration</a> if you need any assistance.
</p>
<p>
Many thanks,<br>
The SciPost Team.
</p>
{% include 'email/_footer.html' %}
......@@ -24,6 +24,6 @@ No actions required\n
{% endfor %}
{% endif %}
\n
You can take action on all of these starting from your personal page at https://scipost.org/personal_page.\n\n
Many thanks for your work,\n
You can take action on all of these starting from your personal page at https://scipost.org/personal_page. Don't hesitate to email the editorial administration at edadmin@scipost.org if you need any assistance.\n\n
Many thanks,\n
The SciPost Team.
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