Update exam scores URL for clarity and remove commented-out paths
This commit is contained in:
+1
-1
@@ -455,7 +455,7 @@ def generic_exam_urls(generic_exam_view: GenericExamViews):
|
||||
name="exam_user_bulk_edit",
|
||||
),
|
||||
path(
|
||||
"exam/<int:pk>/scores",
|
||||
"exam/<int:pk>/scores/all",
|
||||
generic_exam_view.exam_scores_all,
|
||||
name="exam_scores_all",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user