X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/ce1c8b25f961df0810d735d2337a790e0563f4af..20379253a8fa1326e175c0f0bb5faee4aeeea158:/floof/templates/base.mako?ds=sidebyside diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 0f3597c..2fb385a 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')} @@ -37,10 +37,12 @@ ${h.end_form()} % else:
+

Log in or register with OpenID OpenID:

- Identity URL: +

+

What's this?

% endif @@ -63,6 +65,7 @@ ${next.body()}