> returns a QuerySet, not a single instance of a user. If you want it to be a > single instance, change the 'filter' call to 'get'. As it is your {{ user > }} in the template is "working" because it prints the representation of the > query set, but the attempts to access the individual User attributes don't > work since those are not attributes of a QuerySet. > > Karen > Thank you Karen!!!
-nicolas --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---