1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix unclosed form element

This commit is contained in:
Jeremy Stretch
2016-07-26 10:17:19 -04:00
parent b4d68382ce
commit 3b4c8fa49c

View File

@ -328,6 +328,9 @@
</div>
{% endif %}
</div>
{% if perms.dcim.delete_devicebay %}
</form>
{% endif %}
{% endif %}
{% if interfaces or device.device_type.is_network_device %}
{% if perms.dcim.delete_interface %}