From 050b6449d4c03ca52dad872b188b197080143a36 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 3 Jan 2017 13:46:49 -0500 Subject: [PATCH] Split site contact info into a separate panel --- netbox/templates/dcim/site_edit.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netbox/templates/dcim/site_edit.html b/netbox/templates/dcim/site_edit.html index e82ec7985..d1f211adb 100644 --- a/netbox/templates/dcim/site_edit.html +++ b/netbox/templates/dcim/site_edit.html @@ -10,6 +10,11 @@ {% render_field form.tenant %} {% render_field form.facility %} {% render_field form.asn %} + + +
+
Contact Info
+
{% render_field form.physical_address %} {% render_field form.shipping_address %} {% render_field form.contact_name %}