I'm sorry you haven't gotten a response from anyone yet.

>From everything you've provided here, it looks like you're doing this
exactly right. The key seems to be that request is not being set. I
think you need to verify two things:

1) That django.core.context_processors.request is in your
TEMPLATE_CONTEXT_PROCESSORS settings variable.

2) That you aren't overwriting the request variable accidentally with
your own.

Good luck!

--
Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to