tags:

views:

58

answers:

1

Hi. Is there a way to have both "save as" and "save and add another" in django admin site?

+1  A: 

I don't think the URLs the buttons reference are in any way magic so you could probably add another button with the missing functionality by simply override the admin template per http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates

Mystic