From 2d7ec4539659661035803f9556e721b9d6bab4e5 Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Wed, 27 Sep 2023 10:56:55 +0200 Subject: [PATCH] fix up add voter --- scipost_django/colleges/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/colleges/urls.py b/scipost_django/colleges/urls.py index 2eb5eb435..8bf4c9867 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", ), -- GitLab