diff --git a/netbox/templates/ipam/ipaddress_edit.html b/netbox/templates/ipam/ipaddress_edit.html index d8902595a..8583ec160 100644 --- a/netbox/templates/ipam/ipaddress_edit.html +++ b/netbox/templates/ipam/ipaddress_edit.html @@ -28,21 +28,28 @@ {% render_field form.tenant %} - {% if obj.interface %} + {% if obj.assigned_object %}
Interface Assignment
- + +
+
+ +
- {% render_field form.interface %} {% render_field form.primary_for_parent %}