diff --git a/scipost_django/colleges/urls.py b/scipost_django/colleges/urls.py
index 2eb5eb4359393a1316d642d1ec91d4f8efb35f16..8bf4c9867f4bfbec2e5b11196a16801a5f22fc8a 100644
--- a/scipost_django/colleges/urls.py
+++ b/scipost_django/colleges/urls.py
@@ -248,7 +248,7 @@ urlpatterns = [
                     include(
                         [
                             path(
-                                "/<int:fellowship_id>/action/<str:action>",
+                                "<int:fellowship_id>/action/<str:action>",
                                 views._hx_nomination_round_eligible_voter_action,
                                 name="_hx_nomination_round_eligible_voter_action",
                             ),