projects
/
zzz-floof.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ee95232
)
Front page link to current userpage should use lowercase username.
author
Eevee
<git@veekun.com>
Thu, 8 Oct 2009 06:52:41 +0000
(23:52 -0700)
committer
Eevee
<git@veekun.com>
Thu, 8 Oct 2009 06:52:41 +0000
(23:52 -0700)
floof/templates/base.mako
patch
|
blob
|
history
diff --git
a/floof/templates/base.mako
b/floof/templates/base.mako
index
38226db
..
e4acc6f
100644
(file)
--- a/
floof/templates/base.mako
+++ b/
floof/templates/base.mako
@@
-32,7
+32,7
@@
${h.end_form()}
<div id="user">
% if c.user:
<form action="${url(controller='account', action='logout')}" method="POST">
<div id="user">
% if c.user:
<form action="${url(controller='account', action='logout')}" method="POST">
- <p>Logged in as <a href="${h.url('user_page', name=c.user.name)}">${c.user.name}</a>. ${h.submit(None, 'Log out')}</p>
+ <p>Logged in as <a href="${h.url('user_page', name=c.user.name
.lower()
)}">${c.user.name}</a>. ${h.submit(None, 'Log out')}</p>
</form>
% else:
<form action="${url(controller='account', action='login_begin')}" method="POST">
</form>
% else:
<form action="${url(controller='account', action='login_begin')}" method="POST">