X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/0ede26497a9e018cbd68e2f4120dcb44a21f4715..ce1c8b25f961df0810d735d2337a790e0563f4af:/floof/templates/base.mako diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 13126f7..0f3597c 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.text('query', c.query)} +${h.submit('button', 'Search')} % if c.user: ${h.submit('button', 'Save')} @@ -32,7 +33,7 @@ ${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:
@@ -46,6 +47,17 @@ ${h.end_form()}
+ +<% messages = h.flash.pop_messages() %> +% if messages: + +% endif + +
${next.body()}