diff --git a/netbox/templates/ipam/ipaddress_edit.html b/netbox/templates/ipam/ipaddress_edit.html
index 0aa025e6636..7015e717ccc 100644
--- a/netbox/templates/ipam/ipaddress_edit.html
+++ b/netbox/templates/ipam/ipaddress_edit.html
@@ -45,18 +45,6 @@
{% if ipaddress %}Editing IP Address {{ ipaddress }}{% else %}Add an IP Addr
{% render_field form.description %}
-
@@ -80,6 +68,18 @@
{% if ipaddress %}Editing IP Address {{ ipaddress }}{% else %}Add an IP Addr
+
+
+ {% if ipaddress %}
+
+
Cancel
+ {% else %}
+
+
+
Cancel
+ {% endif %}
+
+
{% endblock %}