X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/40a5c182712d31d44aeacddd16a457f5ab707de7..f263f51648eef9739caa92e19ec45b32d7a1e49e:/floof/templates/base.mako diff --git a/floof/templates/base.mako b/floof/templates/base.mako index e4acc6f..60e8adb 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -13,10 +13,11 @@ % if c.user: | Add Art | Your Searches +| Watchstream ## | Your Page % endif -${h.form(h.url_for('search'), method='GET')} +${h.form(url('search'), method='GET')} ${h.text('query', c.query)} ${h.submit('button', 'Search')}