Browse Source

Split site contact info into a separate panel

Jeremy Stretch 8 years ago
parent
commit
050b6449d4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      netbox/templates/dcim/site_edit.html

+ 5 - 0
netbox/templates/dcim/site_edit.html

@@ -10,6 +10,11 @@
             {% render_field form.tenant %}
             {% render_field form.facility %}
             {% render_field form.asn %}
+        </div>
+    </div>
+    <div class="panel panel-default">
+        <div class="panel-heading"><strong>Contact Info</strong></div>
+        <div class="panel-body">
             {% render_field form.physical_address %}
             {% render_field form.shipping_address %}
             {% render_field form.contact_name %}