This commit is contained in:
Ross
2021-09-08 12:22:16 +01:00
parent 4d5cd763fe
commit b3b15e889b
+1 -1
View File
@@ -778,7 +778,7 @@ def mark(request, pk, sk):
# this could be improved
if question.normal:
incorrect_answers = question.get_user_answers
incorrect_answers = question.get_user_answers()
return render(
request,