X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/29dd9f09e93699ac14cd80ea192794ff04cd8f35..5e8cb14114fb2a6f8b5c7c717c7f6e580ed5a95a:/floof/templates/base.mako?ds=inline diff --git a/floof/templates/base.mako b/floof/templates/base.mako index e36f3ea..f50f56a 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -16,7 +16,9 @@ ${h.end_form()}
% if c.user: -

Logged in as ${c.user.name}

+
+

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

+
% else: