From a85274bd9910fe3e8e76aff68eb9954c8fcf1f37 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 1 Mar 2021 14:12:09 -0500 Subject: [PATCH] Add custom fields section to interface edit template --- netbox/templates/dcim/interface_edit.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}