From 5bf92e1abb3b28ce4d149f6b1dc9c360464f3101 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Fri, 29 Apr 2016 12:19:33 +0200
Subject: [PATCH] Make EdCol by-laws publicly visible

---
 scipost/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/views.py b/scipost/views.py
index bd1980a17..a86d55780 100644
--- a/scipost/views.py
+++ b/scipost/views.py
@@ -710,7 +710,7 @@ def contributor_info(request, contributor_id):
 # Editorial College #
 #####################
 
-@permission_required('scipost.view_bylaws', return_403=True)
+
 def EdCol_bylaws(request):
     return render(request, 'scipost/EdCol_by-laws.html')
 
-- 
GitLab