From ed230e4d89ae398b46c36be90b1b91c064347459 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 2 Feb 2021 09:13:28 +0000 Subject: [PATCH] . --- rad/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rad/views.py b/rad/views.py index f8afe07e..1024e11d 100644 --- a/rad/views.py +++ b/rad/views.py @@ -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()