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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---