This commit is contained in:
Ross
2021-02-02 09:13:28 +00:00
parent 2a558f9452
commit ed230e4d89
+1 -1
View File
@@ -63,7 +63,7 @@ def cid_scores(request, pk):
cid=cid)
if not physics_answers and not anatomy_answers:
if not physics_answers and not anatomy_answers and not rapids_answers:
raise Http404("cid not found")
physics_exam_ids = physics_answers.values_list("exam").distinct()