Explorar el Código

Fix unclosed form element

Jeremy Stretch hace 9 años
padre
commit
3b4c8fa49c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      netbox/templates/dcim/device.html

+ 3 - 0
netbox/templates/dcim/device.html

@@ -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 %}