mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-11 02:11:03 +00:00
Change the save_on_bottom on the top of the update form to be save_on_top
This commit is contained in:
parent
96cde5cc94
commit
0052cd3a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<div class="span12">
|
||||
<form method="post">
|
||||
|
||||
{% if view.model_admin.save_on_bottom %}
|
||||
{% if view.model_admin.save_on_top %}
|
||||
{# TODO - fix the format of the HTML #}
|
||||
<hr />
|
||||
{% if object %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue