From 88efe4c805914cb8b8d398acd34a875ebfc33173 Mon Sep 17 00:00:00 2001 From: bellwood Date: Thu, 14 Jul 2016 12:41:51 -0400 Subject: [PATCH] add icons to headers --- netbox/templates/circuits/provider_edit.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/netbox/templates/circuits/provider_edit.html b/netbox/templates/circuits/provider_edit.html index c137ccdff..3277cef7e 100644 --- a/netbox/templates/circuits/provider_edit.html +++ b/netbox/templates/circuits/provider_edit.html @@ -3,7 +3,9 @@ {% block form %}
-
Provider
+
+ + Provider
{% render_field form.name %} {% render_field form.slug %} @@ -11,7 +13,9 @@
-
Support Info
+
+ + Support Info
{% render_field form.account %} {% render_field form.portal_url %} @@ -20,7 +24,9 @@
-
Comments
+
+ + Comments
{% render_field form.comments %}