SciPost Code Repository

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

Fix permissions problem for PotFel add by Fellows

parent b3ab3a95
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ class PotentialFellowshipCreateView(PermissionsMixin, RequestViewMixin, CreateVi ...@@ -309,7 +309,7 @@ class PotentialFellowshipCreateView(PermissionsMixin, RequestViewMixin, CreateVi
""" """
Formview to create a new Potential Fellowship. Formview to create a new Potential Fellowship.
""" """
permission_required = 'scipost.can_manage_college_composition' permission_required = 'scipost.can_add_potentialfellowship'
form_class = PotentialFellowshipForm form_class = PotentialFellowshipForm
template_name = 'colleges/potentialfellowship_form.html' template_name = 'colleges/potentialfellowship_form.html'
success_url = reverse_lazy('colleges:potential_fellowships') success_url = reverse_lazy('colleges:potential_fellowships')
......
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