diff --git a/netbox/templates/dcim/interface_edit.html b/netbox/templates/dcim/interface_edit.html index a1eb2cee1..620a30845 100644 --- a/netbox/templates/dcim/interface_edit.html +++ b/netbox/templates/dcim/interface_edit.html @@ -35,6 +35,12 @@ {% render_field form.tagged_vlans %} +
+
Custom Fields
+
+ {% render_custom_fields form %} +
+
{% endblock %} {% block buttons %}