Re: Handle on request object from custom tag

2008-05-10 Thread T.garzon
roups.com Para: Django users <django-users@googlegroups.com> Asunto: Re: Handle on request object from custom tag Fecha: 10/05/08 06:27 > > > That did it -- thanks. > > On May 9, 10:41 pm, James Bennett [EMAIL PROTECTED] wrote: > On Fri, May 9, 2008 at 10:11 PM, Greg Fuller [EM

Re: Handle on request object from custom tag

2008-05-09 Thread Greg Fuller
That did it -- thanks. On May 9, 10:41 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Fri, May 9, 2008 at 10:11 PM, Greg Fuller <[EMAIL PROTECTED]> wrote: > > How do I get a handle on the request object from within a custom > > template tag? > > By making the request available to the

Re: Handle on request object from custom tag

2008-05-09 Thread James Bennett
On Fri, May 9, 2008 at 10:11 PM, Greg Fuller <[EMAIL PROTECTED]> wrote: > How do I get a handle on the request object from within a custom > template tag? By making the request available to the template as a context variable, then accessing it the same as any other context variable. --

Handle on request object from custom tag

2008-05-09 Thread Greg Fuller
I searched for solutions/examples with no luck, but this can't be that hard. How do I get a handle on the request object from within a custom template tag? Thanks --- Greg F --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google