mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Fix formatting issue
This commit is contained in:
parent
761a4f727f
commit
e86a1f96fe
@ -211,7 +211,8 @@ class ObjectVar(ScriptVariable):
|
|||||||
:param context: A custom dictionary mapping template context variables to fields, used when rendering <option>
|
:param context: A custom dictionary mapping template context variables to fields, used when rendering <option>
|
||||||
elements within the dropdown menu (optional)
|
elements within the dropdown menu (optional)
|
||||||
:param null_option: The label to use as a "null" selection option (optional)
|
:param null_option: The label to use as a "null" selection option (optional)
|
||||||
:param selector: Include an advanced object selection widget to assist the user in identifying the desired object (optional)
|
:param selector: Include an advanced object selection widget to assist the user in identifying the desired
|
||||||
|
object (optional)
|
||||||
"""
|
"""
|
||||||
form_field = DynamicModelChoiceField
|
form_field = DynamicModelChoiceField
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user