From dd8b1ffd01df8ca8e51c9dad9899b37e8ddb7d18 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Thu, 5 Jul 2018 07:51:14 +0200
Subject: [PATCH] Update new Fellow invite email; ed workflow page publicly
 visible

---
 submissions/views.py                                       | 2 --
 .../invite_prospective_fellow_initial.html                 | 7 ++++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/submissions/views.py b/submissions/views.py
index e4368d7b4..c7d3ea492 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 b9ffed264..7a82944bf 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>
-- 
GitLab