X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ddf19efc791510fde4615c00cc85299c213d5924..f1b5cd61a3b431bd37b1fc7becb21672fcc28513:/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