I have this template problem.
Although {{ myDictionary.1 }} works, if I write
{{ myDictionary.user.id }} it does not. It prints nothing, actually.
(user comes from a {% for user in Users %} loop.
user.id is 1 at the first iteration (I have checked it).
Why? What am I doing wroing?
Thanks,
Chris
--
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.