Hi, I think I might be missing something very simple, but I can't figure it out: {{user}} works fine in my templates unless the template was rendered by an inclusion tag. For example,
# inclusion tag: @register.inclusion_tag('sidebar/you.html') def module_you(): return # template 'sidebar/you.html' hello {{ user }} # only renders 'hello' Any ideas on how to get this to work? Thanks!, Leon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---