This commit is contained in:
Ross
2021-12-12 12:40:15 +00:00
parent 90a2ef78d9
commit 1ecd71d799
14 changed files with 320 additions and 289 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ urlpatterns = [
name="exam_scores_cid",
),
path(
"exam/<int:pk>/scores/<int:cid>/",
"exam/<int:pk>/scores/<int:cid>/<str:passcode>/",
views.exam_scores_cid_user,
name="exam_scores_cid_user",
),