Re: Location of Change User admin template

2009-08-12 Thread bfrederi
Thanks for the help. I accomplished my task. All of the links I posted were exactly what it took to make it work. -Brandon On Aug 12, 1:31 pm, bfrederi wrote: > I found > this:http://code.djangoproject.com/browser/django/trunk/django/contrib/adm... > So it looks like it will allow me to overri

Re: Location of Change User admin template

2009-08-12 Thread bfrederi
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: ht

Re: Location of Change User admin template

2009-08-12 Thread bfrederi
I think you are right that a ModelAdmin definition must exist for it. But I have been digging for it and can't seem to find it. I am seeking to place a button on that page that will allow the user to update the permissions the user can have. I have a function written in my model that creates perm

Re: Location of Change User admin template

2009-08-11 Thread Karen Tracey
On Tue, Aug 11, 2009 at 11:57 PM, Russell Keith-Magee < freakboy3...@gmail.com> wrote: > > On Wed, Aug 12, 2009 at 10:24 AM, Karen Tracey wrote: > > On Tue, Aug 11, 2009 at 4:14 PM, bfrederi > wrote: > >> > >> I was browsing contrib/admin templates for the "Change User" template > >> that allows

Re: Location of Change User admin template

2009-08-11 Thread Russell Keith-Magee
On Wed, Aug 12, 2009 at 10:24 AM, Karen Tracey wrote: > On Tue, Aug 11, 2009 at 4:14 PM, bfrederi wrote: >> >> I was browsing contrib/admin templates for the "Change User" template >> that allows you to change the user's permissions and such. I can't >> seem to find it though. Can anyone point me

Re: Location of Change User admin template

2009-08-11 Thread Karen Tracey
On Tue, Aug 11, 2009 at 4:14 PM, bfrederi wrote: > > I was browsing contrib/admin templates for the "Change User" template > that allows you to change the user's permissions and such. I can't > seem to find it though. Can anyone point me in the right direction? Admin doesn't have special templa

Location of Change User admin template

2009-08-11 Thread bfrederi
I was browsing contrib/admin templates for the "Change User" template that allows you to change the user's permissions and such. I can't seem to find it though. Can anyone point me in the right direction? --~--~-~--~~~---~--~~ You received this message because you a

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

change user admin template

2008-03-04 Thread Rufman
Hey I can't seem to find the template that is displayed when I change a user (@ www.example.com/example/admin/auth/user/1/). I'm fairly new to customizing the admin interface, so I might have overlooked something... Stephane --~--~-~--~~~---~--~~ You received this