.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ def cid_scores(request, pk):
|
|||||||
cid=cid)
|
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")
|
raise Http404("cid not found")
|
||||||
|
|
||||||
physics_exam_ids = physics_answers.values_list("exam").distinct()
|
physics_exam_ids = physics_answers.values_list("exam").distinct()
|
||||||
|
|||||||
Reference in New Issue
Block a user