X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/366dedf71b3cdd775251c7cea4b1519b44b37164..b0ad3cb49cc07e32a24cc0119a05c7faf245ae19:/floof/templates/base.mako?ds=inline diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 73f069c..2fb385a 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -13,12 +13,13 @@ % if c.user: | Add Art | Your Searches +| Watchstream ## | Your Page % endif -${h.form(h.url_for('search'), method='GET')} -${h.text('query', c.query)} -${h.submit('button', 'Search')} +${h.form(url('search'), method='GET')} +${h.text('query', c.query)} +${h.submit('button', 'Search')} % if c.user: ${h.submit('button', 'Save')} @@ -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()}