Re: Proposal: Template block for submit buttons in admin's change_form.html

2008-11-13 Thread suuntala
On Oct 28, 5:37 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > Well, that said, don't get carried away... but please do feel free to > open a ticket with a patch adding blocks of this nature. I opened a ticket but forgot to notify here. Well, now I am notifying: http://code.djangoproject.co

Proposal: Template block for submit buttons in admin's change_form.html

2008-10-25 Thread suuntala
G'day all, After a quick search, it seems I am not the only one who has had problems changing the submit buttons on an item's change view in the admin application. Some people even use JavaScript for this. For me the problem is that I would just like to change the buttons but still use admin/chan