From c586239562147804f283a51b621798dd1bd842f0 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Thu, 1 Nov 2018 13:51:32 +0100
Subject: [PATCH] Fix permission for PlanSciPost

---
 scipost/urls.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scipost/urls.py b/scipost/urls.py
index 250f1309f..e9c1f7f57 100644
--- a/scipost/urls.py
+++ b/scipost/urls.py
@@ -37,8 +37,7 @@ urlpatterns = [
     ),
     url(
         r'^PlanSciPost$',
-        permission_required('scipost.can_attend_VGMs')(
-            TemplateView.as_view(template_name='scipost/PlanSciPost.html')),
+        TemplateView.as_view(template_name='scipost/PlanSciPost.html'),
         name='PlanSciPost'
     ),
     url(r'^foundation$', TemplateView.as_view(template_name='scipost/foundation.html'),
-- 
GitLab