diff --git a/djadmin2/templates/djadmin2/bootstrap/includes/save_buttons.html b/djadmin2/templates/djadmin2/bootstrap/includes/save_buttons.html
index 2f5a25f..bd90f8b 100644
--- a/djadmin2/templates/djadmin2/bootstrap/includes/save_buttons.html
+++ b/djadmin2/templates/djadmin2/bootstrap/includes/save_buttons.html
@@ -1,6 +1,16 @@
-{% load i18n %}
-
-
-
-
-
\ No newline at end of file
+{% load admin2_tags i18n %}
+
+
+ {% if object %}
+
+
+ {% trans "Delete" %}
+
+ {% endif %}
+
+
+
+
+
+
+
diff --git a/djadmin2/templates/djadmin2/bootstrap/model_update_form.html b/djadmin2/templates/djadmin2/bootstrap/model_update_form.html
index 26fc4bc..b47fce2 100644
--- a/djadmin2/templates/djadmin2/bootstrap/model_update_form.html
+++ b/djadmin2/templates/djadmin2/bootstrap/model_update_form.html
@@ -43,17 +43,7 @@