This commit is contained in:
Ross
2021-08-19 12:54:10 +01:00
parent 39918829ba
commit 8198effa10
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ urlpatterns = [
name="question_user_answers",
),
path(
"exam/<int:pk>/<int:sk>/review",
"exam/<int:pk>/review",
views.question_review,
name="question_review",
),