diff --git a/netbox/templates/utilities/obj_bulk_import.html b/netbox/templates/utilities/obj_bulk_import.html index ea46dd08b..b735adb39 100644 --- a/netbox/templates/utilities/obj_bulk_import.html +++ b/netbox/templates/utilities/obj_bulk_import.html @@ -43,7 +43,7 @@
{{ field.to_field_name }}
+ {% else %}
+ —
{% endif %}
- Dynamic fields may optionally refer to a related object by an
- alternative attribute. For example, vrf.rd
would identify a VRF by its RD
- attribute.
+ Related objects may be referenced by any unique attribute.
+ For example, vrf.rd
would identify a VRF by its route distinguisher.