I didnĀ“t try that, but with a combination of the following it should  
work:

http://www.djangoproject.com/documentation/request_response/#attributes
http://www.djangoproject.com/documentation/templates_python/#django- 
core-context-processors-request

patrick


Am 12.10.2006 um 19:21 schrieb Patrick J. Anderson:

>
> Hi!
>
> I have a member_id session variable, which I set at login (it is
> different than "user").
>
> I need to check that variable in my templates to display member- 
> specific
> navigation.
>
> How can I check do this? Or do I need to do the checking in each view
> function and pass the value in a template variable?
>
> Regards, Patrick
>
>
> >


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