-
Cancel
{% if '_preview' in request.POST and not form.errors %}
{% endif %}
+
Cancel
diff --git a/netbox/templates/generic/confirmation_form.html b/netbox/templates/generic/confirmation_form.html
index c4c15f7e7..e9d3d01aa 100644
--- a/netbox/templates/generic/confirmation_form.html
+++ b/netbox/templates/generic/confirmation_form.html
@@ -2,33 +2,24 @@
{% load form_helpers %}
{% block content %}
-
-
-
-
-
-
+
{% endblock %}
diff --git a/netbox/templates/generic/object_edit.html b/netbox/templates/generic/object_edit.html
index 06308e9ef..892c7d2b1 100644
--- a/netbox/templates/generic/object_edit.html
+++ b/netbox/templates/generic/object_edit.html
@@ -94,19 +94,19 @@ Context:
{% block buttons %}
-
Cancel
{% if object.pk %}
{% else %}
-
+
{% endif %}
+
Cancel
{% endblock buttons %}
diff --git a/netbox/templates/generic/object_import.html b/netbox/templates/generic/object_import.html
index ffa16b4c2..4d54fde61 100644
--- a/netbox/templates/generic/object_import.html
+++ b/netbox/templates/generic/object_import.html
@@ -5,19 +5,19 @@
{% block title %}{{ obj_type|bettertitle }} Import{% endblock %}
{% block content %}
-
+
{% endblock content %}
diff --git a/netbox/templates/virtualization/vminterface_edit.html b/netbox/templates/virtualization/vminterface_edit.html
index 496960a64..316900865 100644
--- a/netbox/templates/virtualization/vminterface_edit.html
+++ b/netbox/templates/virtualization/vminterface_edit.html
@@ -55,14 +55,3 @@
{% endif %}
{% endblock %}
-
-{% block buttons %}
-
Cancel
- {% if object.pk %}
-
-
- {% else %}
-
-
- {% endif %}
-{% endblock %}