That was the problem. Thanks so much!

Jeff

-------------- Original message -------------- 
From: Pedro Lima <[EMAIL PROTECTED]> 

> 
> Are you sending the RequestContext into the template? 
> 
> render_to_response('page.html', RequestContext(request,{}) 
> 
> 
> On Jun 17, 4:06 pm, jeffhg58 wrote: 
> > I am having a problem seeing the user id on my web pages. Basically, I 
> > am referencing 
> > {{ user.username }} in my html template. 
> > In my views I have imported from django.contrib.auth.models import 
> > User and I am using the login decorator. I have no issues with logging 
> > in to the site, just can't seem to figure out why 
> > the user id is not displaying. Any help would be greatly appreciated. 
> > 
> > Thanks, 
> > Jeff 
> 
> 
> > 
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to