From 0052cd3a9a73cc59d853f38698ef968f4b9681fb Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 7 Jul 2013 15:45:27 +0200 Subject: [PATCH] Change the save_on_bottom on the top of the update form to be save_on_top --- djadmin2/templates/djadmin2/bootstrap/model_update_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djadmin2/templates/djadmin2/bootstrap/model_update_form.html b/djadmin2/templates/djadmin2/bootstrap/model_update_form.html index ba85b57..ee54134 100644 --- a/djadmin2/templates/djadmin2/bootstrap/model_update_form.html +++ b/djadmin2/templates/djadmin2/bootstrap/model_update_form.html @@ -44,7 +44,7 @@
- {% if view.model_admin.save_on_bottom %} + {% if view.model_admin.save_on_top %} {# TODO - fix the format of the HTML #}
{% if object %}