diff --git a/scipost_django/templates/email/fellows/email_fellow_assigned_submission.html b/scipost_django/templates/email/fellows/email_fellow_assigned_submission.html index 045bddb2f4ab24f7ec9f657b2e1539799a5de247..7216b0e1b1fa64503c15492be18464e4443bd3ba 100644 --- a/scipost_django/templates/email/fellows/email_fellow_assigned_submission.html +++ b/scipost_django/templates/email/fellows/email_fellow_assigned_submission.html @@ -1,15 +1,20 @@ -Dear {{ assignment.to.profile.get_title_display }} {{ assignment.to.user.last_name }}, - -Thank you for accepting to become Editor-in-charge of the SciPost Submission +<p>Dear {{ assignment.to.profile.get_title_display }} {{ assignment.to.user.last_name }},</p> +<p> + Thank you for accepting to become Editor-in-charge of the SciPost Submission<br /> {{ assignment.submission.title }} by {{ assignment.submission.author_list }}. +</p> -You can take your editorial actions from <a href="https://{{ domain }}{% url 'submissions:editorial_page' assignment.submission.preprint.identifier_w_vn_nr %}">the editorial page</a>. - -In particular, you should now make sure at least 3 referees have been invited; you might want to make sure you are aware of the detailed procedure described in <a href="https://{{ domain }}{% url 'scipost:EdCol_by-laws' %}">the Editorial College by-laws</a>. +<p>You can take your editorial actions from <a href="https://{{ domain }}{% url 'submissions:editorial_page' assignment.submission.preprint.identifier_w_vn_nr %}">the editorial page</a>.</p> -Many thanks in advance for your collaboration, +<p> + In particular, you should now make sure at least 3 referees have been invited; + you might want to make sure you are aware of the detailed procedure described in <a href="https://{{ domain }}{% url 'scipost:EdCol_by-laws' %}">the Editorial College by-laws</a>. +</p> -SciPost Editorial Administration +<p> + Many thanks in advance for your collaboration,<br /> + SciPost Editorial Administration +</p> {% include 'email/_submission_thread_uuid.html' with submission=assignment.submission %} diff --git a/scipost_django/templates/email/fellows/email_fellow_replaced_by_other.html b/scipost_django/templates/email/fellows/email_fellow_replaced_by_other.html index b9c68a5c64299a0c8c7b825d502de88dd11675d7..f89a717bef0f6490fd6b0463e250b76945545645 100644 --- a/scipost_django/templates/email/fellows/email_fellow_replaced_by_other.html +++ b/scipost_django/templates/email/fellows/email_fellow_replaced_by_other.html @@ -1,13 +1,15 @@ -Dear {{ assignment.to.profile.get_title_display }} {{ assignment.to.user.last_name }}, +<p>Dear {{ assignment.to.profile.get_title_display }} {{ assignment.to.user.last_name }},</p> -We have deprecated your assignment as Editor-in-charge of Submission +<p> + We have deprecated your assignment as Editor-in-charge of Submission<br /> + {{ assignment.submission.title }} by {{ assignment.submission.author_list }}. +</p> -{{ assignment.submission.title }} by {{ assignment.submission.author_list }}. +<p>To see your current active assignments, check <a href="https://{{ domain }}{% url 'submissions:pool:pool' %}?editor_in_charge=on.">the Pool</a>.</p> -To see your current active assignments, check <a href="https://{{ domain }}{% url 'submissions:pool:pool' %}?editor_in_charge=on.">the Pool</a>. - -Many thanks for your valuable work, - -SciPost Editorial Administration +<p> + Many thanks for your valuable work,<br> + SciPost Editorial Administration +</p> {% include 'email/_submission_thread_uuid.html' with submission=assignment.submission %}