From b234a93d66408f2b687cc8bcc4273d55c2861135 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 15 Feb 2021 10:16:27 +0000 Subject: [PATCH] . --- longs/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/filters.py b/longs/filters.py index 78bb07f0..7f6212b6 100755 --- a/longs/filters.py +++ b/longs/filters.py @@ -12,4 +12,4 @@ class LongFilter(django_filters.FilterSet): class LongSeriesFilter(django_filters.FilterSet): class Meta: model = LongSeries - fields = ("modality","examination", "author") \ No newline at end of file + fields = ("modality","long", "examination", "author") \ No newline at end of file