This commit is contained in:
Ross
2021-12-12 12:21:42 +00:00
parent 034c55f6f9
commit 5c5b7cb667
+1
View File
@@ -85,6 +85,7 @@ def cid_scores(request, pk, passcode):
print(cid_user)
if not cid_user or cid_user.passcode != passcode:
Http404("CID / Passcode combination not found")
print(cid_user.passcode)
# questions = exam.exam_questions.all()