Re: user object in templates

2007-05-23 Thread Ben Jones
> it seems like I have no user object in my templates, which is weird, > as it comes w/ my request object, and I can access it in my views. In > other words, request.user.is_authenticated evaluates to True in my > views, but to False in my templates. See this thread: http://groups.google.com/gro

user object in templates

2007-05-23 Thread John
it seems like I have no user object in my templates, which is weird, as it comes w/ my request object, and I can access it in my views. In other words, request.user.is_authenticated evaluates to True in my views, but to False in my templates. Before you ask, I do have 'django.core.context_process