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
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
2 matches
Mail list logo