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

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

2008-10-28 Thread Jacob Kaplan-Moss
On Mon, Oct 27, 2008 at 7:06 AM, andybak <[EMAIL PROTECTED]> wrote: > I remember seeing a couple of places where some extra template blocks > could help with extending the admin (object-tools springs to mind). > What are the pro's and con's of adding a sprinkling of new blocks? There really aren'

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

2008-10-27 Thread andybak
I remember seeing a couple of places where some extra template blocks could help with extending the admin (object-tools springs to mind). What are the pro's and con's of adding a sprinkling of new blocks? On Oct 25, 5:14 pm, suuntala <[EMAIL PROTECTED]> wrote: > G'day all, > > After a quick searc

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