From 3b4c8fa49c6b2fc9a1f92d58c034ded71524c34f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 26 Jul 2016 10:17:19 -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 268bd37d6..700a001bc 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -328,6 +328,9 @@ {% endif %} + {% if perms.dcim.delete_devicebay %} + + {% endif %} {% endif %} {% if interfaces or device.device_type.is_network_device %} {% if perms.dcim.delete_interface %}