X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/ee952326340b2251b42db34f4823b0495338be86..20379253a8fa1326e175c0f0bb5faee4aeeea158:/floof/templates/base.mako 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()}
% if c.user:
-

Logged in as ${c.user.name}. ${h.submit(None, 'Log out')}

+

Logged in as ${c.user.name}. ${h.submit(None, 'Log out')}

% else:
+

Log in or register with OpenID OpenID:

- Identity URL: +

+

What's this?

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