Re: Accessing the auth user object in a template?

2011-06-23 Thread Travis Bear
On Jun 23, 1:27 am, Tom Evans <tevans...@googlemail.com> wrote: > On Thu, Jun 23, 2011 at 8:28 AM, Travis Bear <travis.b...@gmail.com> wrote: > > Hi, > > > I'm using the django.contrib.auth app to manage user login/logout.  I > > can successfully log in and

Accessing the auth user object in a template?

2011-06-23 Thread Travis Bear
Hi, I'm using the django.contrib.auth app to manage user login/logout. I can successfully log in and out, but I cannot access the {{ user }} object in my templates. If I'm reading these documents correctly, that should be enabled by default: @ zalun