From 3cb61404175c44eeb159ab4a77bc1076a36dc446 Mon Sep 17 00:00:00 2001 From: artus40 Date: Mon, 28 Aug 2017 17:47:21 +0200 Subject: [PATCH] better display of buttons in admin interface --- templates/admin/submit_line.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %} - + {% 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_continue %}{% endif %}