#9460: Template blocks for submit buttons in admin's change view ----------------------------------------------+----------------------------- Reporter: kosmik | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: 1.0 Keywords: admin, submit, buttons, template | Stage: Unreviewed Has_patch: 1 | ----------------------------------------------+----------------------------- Having the submit buttons inside their own template blocks in admin/change_form.html would be useful when one wants to customize the buttons. It is of course possible to override the "content" block but that block has quite a lot of code and copying it would be very unefficient. The template block approach seems to be the simplest one. Another option would be to enable overriding the admin/submit_line.html template.
-- Ticket URL: <http://code.djangoproject.com/ticket/9460> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
