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 Required - Dynamic + Accessor Description {% for name, field in fields.items %} @@ -54,11 +54,15 @@ {% if field.required %} + {% else %} + {% endif %} {% if field.to_field_name %} - + {{ field.to_field_name }} + {% else %} + {% endif %} @@ -84,9 +88,8 @@ objects.

- 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.

{% endif %}