Re: Template user weirdness

2005-11-19 Thread Adrian Holovaty
On 11/19/05, Afternoon <[EMAIL PROTECTED]> wrote: > My problem is that on some pages I see the username no problem, on > others it's not there. user.is_anonymous always returns false, but the > values of user.first_name or user.username varies with no pattern. It's > reproducible on specific views

Template user weirdness

2005-11-19 Thread Afternoon
I've just started using Django, so this may be a lame question. I have created a couple of test apps and have been playing with authentication etc. I want to just display the user name in the same way as the admin (I even lifted the line of code from django/contrib/admin/templates/admin/base.html