Change the save_on_bottom on the top of the update form to be save_on_top

This commit is contained in:
Daniel Greenfeld 2013-07-07 15:45:27 +02:00
parent 96cde5cc94
commit 0052cd3a9a

View file

@ -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 %}