diff --git a/netbox/templates/ipam/ipaddress_edit.html b/netbox/templates/ipam/ipaddress_edit.html index 0aa025e66..7015e717c 100644 --- a/netbox/templates/ipam/ipaddress_edit.html +++ b/netbox/templates/ipam/ipaddress_edit.html @@ -45,18 +45,6 @@ {% render_field form.description %} -
-
- {% if ipaddress %} - - Cancel - {% else %} - - - Cancel - {% endif %} -
-
@@ -80,6 +68,18 @@
+
+
+ {% if ipaddress %} + + Cancel + {% else %} + + + Cancel + {% endif %} +
+
{% endblock %}