Re: session in all templates?

2007-07-12 Thread Martin Kaffanke
Am Donnerstag, den 12.07.2007, 10:46 +0800 schrieb Russell Keith-Magee: > On 7/12/07, Martin Kaffanke <[EMAIL PROTECTED]> wrote: > > At the moment I use on some places a > > > > {'session': request.session} for the Context to render the template. > > How Can I make the session automaticaly

Re: session in all templates?

2007-07-11 Thread Russell Keith-Magee
On 7/12/07, Martin Kaffanke <[EMAIL PROTECTED]> wrote: > At the moment I use on some places a > > {'session': request.session} for the Context to render the template. > How Can I make the session automaticaly available in the base template, > without having to be aware that I don't forgett this

Re: session in all templates?

2007-07-11 Thread Chris Hoeppner
>>>> >>>>> Hi there! >>>>> >>>>> How can I configure django to put the session (request.session) in all >>>>> templates? >>>>> >>>>> I want to put a 'Hello Username' for logged in Users, an

Re: session in all templates?

2007-07-11 Thread Martin Kaffanke
; >>> > >>> How can I configure django to put the session (request.session) in all > >>> templates? > >>> > >>> I want to put a 'Hello Username' for logged in Users, and I want to do a > >>> dynamic login/logout button into the m

Re: session in all templates?

2007-07-11 Thread Simon Drabble
On Wed, 11 Jul 2007, Martin Kaffanke wrote: > Am Mittwoch, den 11.07.2007, 12:26 -0400 schrieb Simon Drabble: >> On Wed, 11 Jul 2007, Martin Kaffanke wrote: >> >>> Hi there! >>> >>> How can I configure django to put the session (request.session) i

Re: session in all templates?

2007-07-11 Thread Martin Kaffanke
Am Mittwoch, den 11.07.2007, 12:26 -0400 schrieb Simon Drabble: > On Wed, 11 Jul 2007, Martin Kaffanke wrote: > > > Hi there! > > > > How can I configure django to put the session (request.session) in all > > templates? > > > > I want to put a 'Hello

Re: session in all templates?

2007-07-11 Thread Simon Drabble
On Wed, 11 Jul 2007, Martin Kaffanke wrote: > Hi there! > > How can I configure django to put the session (request.session) in all > templates? > > I want to put a 'Hello Username' for logged in Users, and I want to do a > dynamic login/logout button i

session in all templates?

2007-07-11 Thread Martin Kaffanke
Hi there! How can I configure django to put the session (request.session) in all templates? I want to put a 'Hello Username' for logged in Users, and I want to do a dynamic login/logout button into the menu, depends on if there is a logged in user or not. Thanks, Martin signature.asc