X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/ee952326340b2251b42db34f4823b0495338be86..f5b36142d2c9f7481c88ca609ac7f07866085cca:/floof/templates/base.mako?ds=sidebyside diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 38226db..2fb385a 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')} @@ -32,14 +33,16 @@ ${h.end_form()}