mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
Add help_text for CustomField description indicating Markdown support
This commit is contained in:
parent
4b352c941f
commit
0f63f4ad9a
@ -76,7 +76,8 @@ class CustomFieldForm(BootstrapMixin, forms.ModelForm):
|
|||||||
'type': _(
|
'type': _(
|
||||||
"The type of data stored in this field. For object/multi-object fields, select the related object "
|
"The type of data stored in this field. For object/multi-object fields, select the related object "
|
||||||
"type below."
|
"type below."
|
||||||
)
|
),
|
||||||
|
'description': _("This will be displayed as help text for the form field. Markdown is supported.")
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user