mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
#16782: Fix help text on form field
This commit is contained in:
parent
a09c1667ff
commit
a6b1f97525
@ -59,7 +59,8 @@ class CustomFieldForm(forms.ModelForm):
|
||||
)
|
||||
related_object_filter = JSONField(
|
||||
label=_('Related object filter'),
|
||||
required=False
|
||||
required=False,
|
||||
help_text=_('Specify query parameters as a JSON object.')
|
||||
)
|
||||
choice_set = DynamicModelChoiceField(
|
||||
queryset=CustomFieldChoiceSet.objects.all()
|
||||
|
Loading…
Reference in New Issue
Block a user