Best practice for a site-wide form (ie: search)?

2009-03-07 Thread luell.m...@gmail.com
What's the best way to include a form in every page, such as a search form in the header? You could stuff a blank form in with a context processor, and override that variable in the actual search view so you can fill in the term that searched for. Or do people prefer a template tag? Or somethin

Re: Best practice for a site-wide form (ie: search)?

2009-03-07 Thread luell.m...@gmail.com
Gaynor wrote: > On Sat, Mar 7, 2009 at 4:03 PM, luell.m...@gmail.com > wrote: > > > > > > > > > What's the best way to include a form in every page, such as a search > > form in the header? > > > You could stuff a blank form in with a context pr