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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

