> There is a simple way to create special admin templates for one object. > See > http://code.djangoproject.com/wiki/NewAdminChanges#Adminconvertedtoseparatetemplates > > HTH, > Edgars
Thanks for the link, I hadn't seen this before. I basically derived the same solution on my own, except that I added a new section of the change_form template that could be overridden. Colleen

