diff --git a/rapids/tables.py b/rapids/tables.py index 4afc9fb7..7669ba91 100755 --- a/rapids/tables.py +++ b/rapids/tables.py @@ -92,7 +92,7 @@ class RapidUserAnswerTable(tables.Table): def __init__(self, data=None, *args, **kwargs): super().__init__( data.prefetch_related( - #"abnormality", "region", "examination" + "exam", "rapid", "answer" ), *args, **kwargs,