We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735fa4a commit 98f57f2Copy full SHA for 98f57f2
netbox/extras/forms/model_forms.py
@@ -32,7 +32,6 @@ class CustomFieldForm(BootstrapMixin, forms.ModelForm):
32
content_types = ContentTypeMultipleChoiceField(
33
queryset=ContentType.objects.all(),
34
limit_choices_to=FeatureQuery('custom_fields'),
35
- label=_('Model(s)')
36
)
37
object_type = ContentTypeChoiceField(
38
0 commit comments