diff --git a/colleges/views.py b/colleges/views.py
index 7f076cf1cd27a0fa6ea88e52d2c3a14e916a7228..10b0070361a8917515cb6e7d5663a487ecec7b41 100644
--- a/colleges/views.py
+++ b/colleges/views.py
@@ -309,7 +309,7 @@ class PotentialFellowshipCreateView(PermissionsMixin, RequestViewMixin, CreateVi
     """
     Formview to create a new Potential Fellowship.
     """
-    permission_required = 'scipost.can_manage_college_composition'
+    permission_required = 'scipost.can_add_potentialfellowship'
     form_class = PotentialFellowshipForm
     template_name = 'colleges/potentialfellowship_form.html'
     success_url = reverse_lazy('colleges:potential_fellowships')