From 83d5ee137680fffc2c265d7d2ec0971b1cc90d6c 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 %}