> Are you using a RequestContext() class when you render your template? If > you are just using a Context() class, you won't see any effect from > context processors. > > If what I just wrote seems like a foreign language (and a quick search > of the djangoproject.com doesn't clear it up for you), post an example > of how you are trying to render this template. Somewhere in your view > will be a call to render_to_html() or something similar. What does that > line look like?
Totally right ! Thanks Malcolm I had a Request() call with the parameter, instead of RequestContext, I missed the "subtle" difference of those calls on the manual, Sorry ! totally nuby. Thanks a lot ! Any idea on the @cache_page decorator problem :) ? I'm working on SVN trunk so it could be a transitory problem, but has been with me for a couple of weeks, and trunk is usually pretty stable and flawless. Max -- <?php $signautre = null; echo $signature; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

