This commit is contained in:
Ross
2021-10-16 08:36:06 +01:00
parent e3da6ac9b2
commit 26910f66c3
8 changed files with 63 additions and 29 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ def mark(request, pk, sk):
# i.answer.lower() for i in question.incorrect_answers.all()
# ]
unmarked_user_answers = question.get_unmarked_answers()
unmarked_user_answers = question.get_unmarked_user_answers()
if request.method == "POST":