I found this: http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py#L192 So it looks like it will allow me to override the template here: http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py#L586
So if I can override this effectively: http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/admin.py Here is a helpful guide: http://pyxx.org/2008/08/18/how-to-extend-user-model-in-django-and-enable-new-fields-in-newforms-admin/ This will allow me to override the change_form template. If indeed that is the template I am looking to override. I can't really understand the template well enough to know how to add a button. But I will hack away if my hunch turns out to be right: http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/templates/admin/change_form.html Anyway. With any luck, I will accomplish my simple and pathetic little button. Seems like it should be more simple than this, but I guess the developers of Django had a good reason to make admin much more complicated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---