Actually I had to solve this yesterday and found that there is an
easier and cleaner way based around adding a context processor.

The simple option is to add "django.core.context_processors.auth" to
TEMPLATE_CONTEXT_PROCESSORS in your settings file. This makes 'user'
available in all template contexts, amongst other useful vars.

I opted for making my own context processor as I pre-process the
reuqest.user and produce a number of context variables based on it.
Turned out to be very simple!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to