Update exam scores URL for clarity and remove commented-out paths

This commit is contained in:
Ross
2026-02-02 17:11:12 +00:00
parent f6b990a00a
commit 6d5303cd0d
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -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",
),