From bbe23476c12b663e4fa1c6a9f042d30281c0dd60 Mon Sep 17 00:00:00 2001 From: magsyg Date: Fri, 6 Dec 2024 14:27:50 +0100 Subject: [PATCH] fix --- backend/samfundet/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/samfundet/urls.py b/backend/samfundet/urls.py index e746ccf61..fc26a431d 100644 --- a/backend/samfundet/urls.py +++ b/backend/samfundet/urls.py @@ -106,7 +106,7 @@ name='recruitment_application_update_state_gang', ), path( - 'recruitment-position-organized-applications//', + 'recruitment-position-organized-applications//', views.RecruitmentPositionOrganizedApplicationsView.as_view(), name='recruitment_position_organized_applications', ),