Re: Unable to see user id

2007-06-17 Thread jeffhg58
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

Re: Unable to see user id

2007-06-17 Thread Pedro Lima
Are you sending the RequestContext into the template? render_to_response('page.html', RequestContext(request,{}) On Jun 17, 4:06 pm, jeffhg58 <[EMAIL PROTECTED]> wrote: > I am having a problem seeing the user id on my web pages. Basically, I > am referencing > {{ user.username }} in my html tem