.
This commit is contained in:
@@ -45,6 +45,11 @@ urlpatterns = [
|
||||
views.GenericViews.question_user_answers,
|
||||
name="question_user_answers",
|
||||
),
|
||||
path(
|
||||
"question/<int:pk>/anon",
|
||||
views.question_anonymise_dicom,
|
||||
name="question_anonymise_dicom",
|
||||
),
|
||||
path(
|
||||
"exam/<int:pk>/review",
|
||||
views.GenericViews.question_review,
|
||||
|
||||
Reference in New Issue
Block a user