On Oct 26, 5:06 pm, Mikhail Korobov <
kmik...@googlemail.com> wrote:
> You should override change_form.html template and save it as
>
> /your_project/templates/admin/your_app/change_form.html
>
> or
>
> /your_project/templates/admin/your_app/your_model/change_form.html
Thank you.
I ended up creating my own tag to repace {% submit_row %} inside of
change_form.html. I was able to copy the python code from the admin
package, so I just had to edit submit_line.html (which I renamed) to
include the extra button and change_form.html to load the new tag.