.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ urlpatterns = [
|
||||
),
|
||||
path("exam/<int:pk>/scores", cache_page(60 * 1)(views.exam_scores_cid), name="exam_scores_cid"),
|
||||
path(
|
||||
"exam/<int:pk>/scores/<int:sk>/",
|
||||
"exam/<int:pk>/scores/<int:cid>/",
|
||||
views.exam_scores_cid_user,
|
||||
name="exam_scores_cid_user",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user