X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/6fb3ad2a578aa2e0eced735187a02a79a8907668..453a7ca3b9d5e7093f843b883db58f9beb1b3aa8:/floof/templates/base.mako diff --git a/floof/templates/base.mako b/floof/templates/base.mako index f15b0c6..2fb385a 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -11,14 +11,15 @@ Home % if c.user: -| Add Art +| Add Art | Your Searches +| Watchstream ## | Your Page % endif -${h.form(h.url_for(controller='search'), method='GET')} -${h.text('query', c.query)} -${h.submit('button', 'Search')} +${h.form(url('search'), method='GET')} +${h.text('query', c.query)} +${h.submit('button', 'Search')} % if c.user: ${h.submit('button', 'Save')} @@ -32,25 +33,39 @@ ${h.end_form()}