X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/ee952326340b2251b42db34f4823b0495338be86..ce1c8b25f961df0810d735d2337a790e0563f4af:/floof/templates/base.mako diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 38226db..0f3597c 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -13,6 +13,7 @@ % if c.user: | Add Art | Your Searches +| Watchstream ## | Your Page % endif @@ -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: