Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
[carpentries#2062] Fix path prefix for recruitment process URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbanaszkiewicz committed Dec 19, 2021
1 parent b94d715 commit 7efe7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amy/recruitment/urls.py
Expand Up @@ -4,12 +4,12 @@

urlpatterns = [
path(
"roles/add/<int:event_id>/",
"process/add/<int:event_id>/",
views.InstructorRecruitmentCreate.as_view(),
name="instructorrecruitment_add",
),
path(
"role/<int:pk>/",
"process/<int:pk>/",
include(
[
path(
Expand Down

0 comments on commit 7efe7e5

Please sign in to comment.