Re: change user admin template

2008-03-05 Thread Rufman
Does anyone know how the django admin adds the "add group" button (small green plus sign) to the MultipleChoiceField "groups" on the "change user" interface? On Mar 4, 11:21 pm, Michael <[EMAIL PROTECTED]> wrote: > Right where you would expect it to be: > Django.Contrib.admin.templates > > You mi

Re: change user admin template

2008-03-04 Thread Michael
Right where you would expect it to be: Django.Contrib.admin.templates You might want to look in django.contrib.auth.views to see what template is being used. On Tue, Mar 4, 2008 at 11:41 AM, Rufman <[EMAIL PROTECTED]> wrote: > > Hey > > I can't seem to find the template that is displayed when