From ee756f98ceb74cf3b02656c39fd814d12526594d Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 29 Jul 2021 18:53:56 +0100 Subject: [PATCH] . --- sbas/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbas/views.py b/sbas/views.py index eae1d3c7..a73278fa 100644 --- a/sbas/views.py +++ b/sbas/views.py @@ -253,7 +253,7 @@ def exam_take(request, pk, sk, cid): pos = exam.get_question_index(question) + 1 answer = question.cid_user_answers.filter( - cid=cid) + cid=cid).first() if request.method == "POST": if answer: