From b4d68382ce4442032f1b3d5b27c7a252f6b3536a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 26 Jul 2016 10:16:23 -0400 Subject: [PATCH] Fix unclosed form element --- netbox/templates/dcim/device.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index eadf8a1e2..268bd37d6 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -457,6 +457,9 @@ {% endif %} + {% if perms.dcim.delete_poweroutlet %} + + {% endif %} {% endif %}