SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c5862395 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Fix permission for PlanSciPost

parent 721a1234
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment