diff --git a/netbox/templates/dcim/ipaddress_assign.html b/netbox/templates/dcim/ipaddress_assign.html index 3312a39c3..e8596158c 100644 --- a/netbox/templates/dcim/ipaddress_assign.html +++ b/netbox/templates/dcim/ipaddress_assign.html @@ -43,12 +43,14 @@ {% render_field form.set_as_primary %} + {% if form.custom_fields %}
Custom Fields
{% render_custom_fields form %}
+ {% endif %}