This commit is contained in:
Ross
2021-12-18 18:26:20 +00:00
parent 6bdea73716
commit fd2d42dff5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ urlpatterns = [
name="exam_scores_refresh",
),
path(
"exam/<int:pk>/scores/<int:sk>/<str:passcode>/",
"exam/<int:pk>/scores/<int:cid>/<str:passcode>/",
views.exam_scores_cid_user,
name="exam_scores_cid_user",
),