X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/332de9696e2cca102332d5543adad9b289c35214..refs/heads/wtforms:/floof/templates/base.mako diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 7290a11..e4acc6f 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -17,8 +17,8 @@ % 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 +32,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 +46,17 @@ ${h.end_form()}
+ +<% messages = h.flash.pop_messages() %> +% if messages: + +% endif + +
${next.body()}