X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/eb769f1b951951ebd6cb55060f2f61a8c25d5aac..05e91c7df5885633b5ea79275d50a3ac4f221d81:/apps/organizations/filters.py diff --git a/apps/organizations/filters.py b/apps/organizations/filters.py index f0556ced..04ebc0ef 100644 --- a/apps/organizations/filters.py +++ b/apps/organizations/filters.py @@ -18,6 +18,8 @@ class OrganizationFilterSet(django_filters.FilterSet): language = tag_filter('language') license = tag_filter('rights') audience = tag_filter('audience') + resource_type = tag_filter('type') + subject = tag_filter('subject') class Meta: model = Organization