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")