From e6cd59ad189e78a350528da45b2a09052c96588a Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 3 Aug 2021 20:37:46 +0100 Subject: [PATCH] . --- longs/filters.py | 4 ++-- longs/tables.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/longs/filters.py b/longs/filters.py index 84b0bf94..fe664067 100755 --- a/longs/filters.py +++ b/longs/filters.py @@ -58,8 +58,8 @@ class UserAnswerFilter(django_filters.FilterSet): model = CidUserAnswer fields = ( "cid", - "normal", - "answer", + #"normal", + #"answer", #"answer_compare", "exam", "created", diff --git a/longs/tables.py b/longs/tables.py index 6a299515..5351ba23 100755 --- a/longs/tables.py +++ b/longs/tables.py @@ -128,8 +128,8 @@ class UserAnswerTable(tables.Table): fields = ( "cid", "question", - "normal", - "answer", + #"normal", + #"answer", #"answer_compare", "exam", "created",