X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/05e91c7df5885633b5ea79275d50a3ac4f221d81..275954af42ae92aad48a12f302e2e9e607be8f7e:/apps/organizations/filters.py diff --git a/apps/organizations/filters.py b/apps/organizations/filters.py index 04ebc0ef..356fca5c 100644 --- a/apps/organizations/filters.py +++ b/apps/organizations/filters.py @@ -15,10 +15,6 @@ class OrganizationFilterSet(django_filters.FilterSet): name = django_filters.CharFilter( lookup_expr='icontains', label='', widget=TextInput(attrs={'placeholder': _('name')})) - language = tag_filter('language') - license = tag_filter('rights') - audience = tag_filter('audience') - resource_type = tag_filter('type') subject = tag_filter('subject') class Meta: