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