Re: context sensitive menus

2007-05-01 Thread Jeff
From: Jeff <[EMAIL PROTECTED]> > To: Django users > Sent: Mon, 30 Apr 2007 12:45:42 - > Subject: Re: context sensitive menus > > > Are you doing this in Django admin or in a regular view/template? > > > Jeff > > > On Apr 30, 8:41 am, "5264277-ew5264277&

Re: context sensitive menus

2007-04-30 Thread 5264277-ew5264277
truth will set you free -- Original Message --- From: Jeff <[EMAIL PROTECTED]> To: Django users Sent: Mon, 30 Apr 2007 12:45:42 - Subject: Re: context sensitive menus > Are you doing this in Django admin or in a regular view

Re: context sensitive menus

2007-04-30 Thread Jeff
Are you doing this in Django admin or in a regular view/template? Jeff On Apr 30, 8:41 am, "5264277-ew5264277" <[EMAIL PROTECTED]> wrote: > Hi, > > I am fairly new to Django, so this may be an easy question. > > I have an app where I have a team member table. One of the attributes is the > team

context sensitive menus

2007-04-30 Thread 5264277-ew5264277
Hi, I am fairly new to Django, so this may be an easy question. I have an app where I have a team member table. One of the attributes is the team that they are a member of. What I want to do is have a drop down menu that lists the team, and another which only lists the members of that team. A