diff --git a/submissions/views.py b/submissions/views.py
index e4368d7b415da19ff6c5ecae739cecb4bae72248..c7d3ea4921d76919da6452add044e37f192cdbdf 100644
--- a/submissions/views.py
+++ b/submissions/views.py
@@ -372,8 +372,6 @@ def treated_submission_pdf_compile(request, arxiv_identifier_w_vn_nr):
 # Editorial workflow #
 ######################
 
-@login_required
-@fellowship_or_admin_required()
 def editorial_workflow(request):
     """Information page for Editorial Fellows.
 
diff --git a/templates/email/prospectivefellows/invite_prospective_fellow_initial.html b/templates/email/prospectivefellows/invite_prospective_fellow_initial.html
index b9ffed2640e3d8f35befa2a0f918bd826ed5ffe5..7a82944bf3df6dc0397e8a61de3335b9139c87fc 100644
--- a/templates/email/prospectivefellows/invite_prospective_fellow_initial.html
+++ b/templates/email/prospectivefellows/invite_prospective_fellow_initial.html
@@ -1,7 +1,8 @@
 <p>Dear {{ prosfel.get_title_display }} {{ prosfel.last_name }},</p>
-<p>On behalf of the SciPost Foundation and in view of your professional expertise and reputation, I hereby would like to invite you to join our Editorial College and become one of our Editorial Fellows. By joining, you would be greatly helping us in our mission to establish a more healthy infrastructure for scientific publishing.</p>
-<p>Please note that only well-known and respected senior academics are being contacted for this purpose. Academic reputation and involvement in the community are the most important criteria guiding our considerations of who should belong to the Editorial College. The current list of Fellows can be found at <a href="{% url 'scipost:about' %}">scipost.org/about</a>; on this page, you will also find basic information on SciPost and its guiding principles (you can also take a look at our <a href="{% url 'scipost:FAQ' %}">frequently asked questions page</a>). Functioning of the College proceeds according to the by-laws set out at <a href="{% url 'scipost:EdCol_by-laws' %}">scipost.org/EdCol_by-laws</a>. A short summary of the editorial workflow can be found at <a href="{% url 'submissions:editorial_workflow' %}">this page</a>.
-<p>We do not pose any conditions on your involvement, and you would always remain in complete control of your level of commitment (devoting even a couple of hours per month would be enough to help out significantly).</p>
+<p>Hopefully you've already come across <a href="{% url 'scipost:index' %}">SciPost</a> and are aware of our mission to establish a healthier infrastructure for scientific publishing.</p>
+<p>On behalf of the SciPost Foundation and in view of your professional expertise and reputation, I hereby would like to invite you to join our Editorial College and become one of our Editorial Fellows. We are currently making a big push for expansion of our activities, see <a href="{% url 'scipost:ExpSustDrive2018' %}">this page</a> for details.</p>
+<p>Please note that only well-known and respected senior academics are being contacted for this purpose. Academic reputation and involvement in the community are the most important criteria guiding our considerations of who should belong to the Editorial College. The current list of Fellows can be found at <a href="{% url 'scipost:about' %}">scipost.org/about</a>; on this page, you will also find basic information on SciPost and its guiding principles (you can also take a look at our <a href="{% url 'scipost:FAQ' %}">frequently asked questions page</a>).</p>
+<p>We do not pose any conditions on your involvement, and you would always remain in complete control of your level of commitment (devoting even a couple of hours per month would be enough to help out significantly). Functioning of the College proceeds according to the by-laws set out at <a href="{% url 'scipost:EdCol_by-laws' %}">scipost.org/EdCol_by-laws</a>, and a short summary of the editorial workflow can be found at <a href="{% url 'submissions:editorial_workflow' %}">this page</a>.
 <p>I would be very happy to provide you with more information should you require it. Could I beg you to give us a response (by replying to this email) within the next couple of weeks?</p>
 <p>Many thanks in advance,</p>
 <p>Prof. J.-S. Caux, on behalf of the SciPost Foundation</p>