From 377a765432218ec4c3fce77806d896f9ce333dd2 Mon Sep 17 00:00:00 2001 From: bellwood Date: Thu, 14 Jul 2016 12:22:12 -0400 Subject: [PATCH] add icons to headers --- netbox/templates/dcim/module_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/module_edit.html b/netbox/templates/dcim/module_edit.html index b1a1d4334..340d7ce08 100644 --- a/netbox/templates/dcim/module_edit.html +++ b/netbox/templates/dcim/module_edit.html @@ -18,7 +18,7 @@ {% endif %}
- {% if module %}Editing {{ module.device }} {{ module }}{% else %}Add a Module to {{ device }}{% endif %} + {% if module %} Editing {{ module.device }} {{ module }}{% else %} Add a Module to {{ device }}{% endif %}