.
This commit is contained in:
@@ -20,6 +20,7 @@ urlpatterns = [
|
||||
views.AnatomyQuestionCreate.as_view(),
|
||||
name="anatomy_question_create",
|
||||
),
|
||||
path("create/exam/<int:pk>", views.AnatomyQuestionCreate.as_view(), name="anatomy_create_exam"),
|
||||
path(
|
||||
"question/<int:pk>/update",
|
||||
views.AnatomyQuestionUpdate.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user