Skip to content

Commit 98f57f2

Browse files
arthansonjeremystretch
authored andcommitted
11297 have custom field form display content-type instead of model
1 parent 735fa4a commit 98f57f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox/extras/forms/model_forms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class CustomFieldForm(BootstrapMixin, forms.ModelForm):
3232
content_types = ContentTypeMultipleChoiceField(
3333
queryset=ContentType.objects.all(),
3434
limit_choices_to=FeatureQuery('custom_fields'),
35-
label=_('Model(s)')
3635
)
3736
object_type = ContentTypeChoiceField(
3837
queryset=ContentType.objects.all(),

0 commit comments

Comments
 (0)