X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/ce1c8b25f961df0810d735d2337a790e0563f4af..27cb94de7786bd9a9d0e03c9562876d4e21cda77:/floof/templates/base.mako?ds=inline diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 0f3597c..60e8adb 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -17,7 +17,7 @@ ## | 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')}