From c3ca738cd2f58f8348bd674dc47f759cacfe5caa Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 31 Aug 2021 19:51:51 +0100 Subject: [PATCH] . --- rad/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rad/views.py b/rad/views.py index 71baf49d..a3236e28 100644 --- a/rad/views.py +++ b/rad/views.py @@ -89,6 +89,7 @@ def cid_scores(request, pk): and not anatomy_answers and not rapids_answers and not longs_answers + and not sbas_answers ): raise Http404("cid not found")