mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
7376 change help text
This commit is contained in:
parent
8165326bb7
commit
2bdab1abc0
@ -64,7 +64,7 @@ class NetBoxModelCSVForm(CSVModelForm, NetBoxModelForm):
|
|||||||
"""
|
"""
|
||||||
tags = TagField(
|
tags = TagField(
|
||||||
required=False,
|
required=False,
|
||||||
help_text='Tags (as quoted list: "tag1,tag2")'
|
help_text='Tags (as quoted string: "tag1,tag2")'
|
||||||
)
|
)
|
||||||
|
|
||||||
def _get_custom_fields(self, content_type):
|
def _get_custom_fields(self, content_type):
|
||||||
|
Loading…
Reference in New Issue
Block a user