mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
fixed typo
This commit is contained in:
parent
c63c6e3e41
commit
c4f26337a4
@ -144,7 +144,7 @@ class ImageAttachmentFilterForm(SavedFiltersMixin, FilterForm):
|
||||
('Attributes', ('content_type', 'name',)),
|
||||
)
|
||||
|
||||
content_type = ContentTypeChoiceField(
|
||||
content_type_id = ContentTypeChoiceField(
|
||||
queryset=ContentType.objects.filter(FeatureQuery('custom_fields').get_query()),
|
||||
required=False
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user