diff --git a/templates/admin/submit_line.html b/templates/admin/submit_line.html
index c1b907f..4e0dcf0 100644
--- a/templates/admin/submit_line.html
+++ b/templates/admin/submit_line.html
@@ -1,11 +1,11 @@
{% load i18n admin_urls bootstrap3 %}
-{% if show_save %}
{% endif %}
+{% if show_save %}
{% endif %}
{% if show_delete_link %}
{% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %}
-
{% bootstrap_icon "remove" %}{% trans "Delete" %}
+
{% bootstrap_icon "remove" %}{% trans "Delete" %}
{% endif %}
-{% if show_save_as_new %}
{% endif %}
-{% if show_save_and_add_another %}
{% endif %}
-{% if show_save_and_continue %}
{% endif %}
+{% if show_save_as_new %}
{% endif %}
+{% if show_save_and_add_another %}
{% endif %}
+ {% if show_save_and_continue %}
{% endif %}