Re: passing context data to inherited templates

2012-01-29 Thread Daniel Roseman
On Sunday, 29 January 2012 05:34:50 UTC, Mike wrote: > > In a project I'm working on I have a status bar at the top of the webpage > that will render data using template tags. The status bar will be > displayed on all of my views, so I want to put the html code in my base > template. The base

passing context data to inherited templates

2012-01-28 Thread Mike
In a project I'm working on I have a status bar at the top of the webpage that will render data using template tags. The status bar will be displayed on all of my views, so I want to put the html code in my base template. The base template is imported to all of templates using the 'extends' t