From edb487bf39c3ec4ff06fb9ab44c024d56e51a8f0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Feb 2021 14:47:25 +0000 Subject: [PATCH] . --- longs/filters.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/longs/filters.py b/longs/filters.py index 84e15ef0..20451bcb 100755 --- a/longs/filters.py +++ b/longs/filters.py @@ -12,5 +12,4 @@ class LongFilter(django_filters.FilterSet): class LongSeriesFilter(django_filters.FilterSet): class Meta: model = LongSeries - fields = (#"site", - "created_date", "author") \ No newline at end of file + fields = ("modality","examination", "author") \ No newline at end of file