From 7efe7e54fb5203394caafb2f0384c0245d7cdc5f Mon Sep 17 00:00:00 2001 From: Piotr Banaszkiewicz Date: Sun, 19 Dec 2021 19:03:18 +0100 Subject: [PATCH] [#2062] Fix path prefix for recruitment process URLs --- amy/recruitment/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amy/recruitment/urls.py b/amy/recruitment/urls.py index 4080258bc..d4d54755b 100644 --- a/amy/recruitment/urls.py +++ b/amy/recruitment/urls.py @@ -4,12 +4,12 @@ urlpatterns = [ path( - "roles/add//", + "process/add//", views.InstructorRecruitmentCreate.as_view(), name="instructorrecruitment_add", ), path( - "role//", + "process//", include( [ path(