From 11173171e7e43213a6292a073dbe5ac6ffb32deb Mon Sep 17 00:00:00 2001 From: bellwood Date: Thu, 14 Jul 2016 12:25:16 -0400 Subject: [PATCH] add icons to headers --- netbox/templates/dcim/site_edit.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/netbox/templates/dcim/site_edit.html b/netbox/templates/dcim/site_edit.html index b951cefc1..432d1a523 100644 --- a/netbox/templates/dcim/site_edit.html +++ b/netbox/templates/dcim/site_edit.html @@ -3,7 +3,9 @@ {% block form %}
-
Site
+
+ + Site
{% render_field form.name %} {% render_field form.slug %} @@ -14,7 +16,9 @@
-
Comments
+
+ + Comments
{% render_field form.comments %}