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): ...@@ -14,8 +14,8 @@ class Command(BaseCommand):
).order_by('user__last_name') ).order_by('user__last_name')
for fellow in fellows: for fellow in fellows:
submissions_as_eic = Submission.objects.filter( submissions_as_eic = Submission.objects.filter_for_eic(
editor_in_charge=fellow).order_by('submission_date') fellow.user).order_by('submission_date')
assignments_to_consider = EditorialAssignment.objects.open().filter( assignments_to_consider = EditorialAssignment.objects.open().filter(
to=fellow) to=fellow)
if submissions_as_eic or assignments_to_consider: if submissions_as_eic or assignments_to_consider:
......
...@@ -29,7 +29,10 @@ ...@@ -29,7 +29,10 @@
</ul> </ul>
{% endif %} {% endif %}
<p> <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. The SciPost Team.
</p> </p>
{% include 'email/_footer.html' %} {% include 'email/_footer.html' %}
...@@ -24,6 +24,6 @@ No actions required\n ...@@ -24,6 +24,6 @@ No actions required\n
{% endfor %} {% endfor %}
{% endif %} {% endif %}
\n \n
You can take action on all of these starting from your personal page at https://scipost.org/personal_page.\n\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 for your work,\n Many thanks,\n
The SciPost Team. 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