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

Log in or register with OpenID OpenID:

- Identity URL: +

+

What's this?

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