improve trainee creation
This commit is contained in:
@@ -75,6 +75,9 @@ urlpatterns = [
|
||||
path(
|
||||
"accounts/create/", generic_views.create_user, name="create_user"
|
||||
),
|
||||
path(
|
||||
"accounts/trainees/create/", generic_views.create_trainee, name="create_trainee"
|
||||
),
|
||||
path(
|
||||
"accounts/trainees/", generic_views.trainees, name="trainees"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user