diff options
author | 2010-08-06 16:09:59 +0300 | |
---|---|---|
committer | 2010-08-06 17:11:17 +0300 | |
commit | b66e08546785bb94f674fe2df0daf515fd36d6a2 (patch) | |
tree | a2b21e7a5ab82608dd6c78292e9c94cf3ab23613 /grumpy/templates/_userinfo.html | |
parent | Added jquery to tree (diff) | |
download | gsoc2010-grumpy-b66e08546785bb94f674fe2df0daf515fd36d6a2.tar.gz gsoc2010-grumpy-b66e08546785bb94f674fe2df0daf515fd36d6a2.tar.bz2 gsoc2010-grumpy-b66e08546785bb94f674fe2df0daf515fd36d6a2.zip |
Added developer dashboard
Diffstat (limited to 'grumpy/templates/_userinfo.html')
-rw-r--r-- | grumpy/templates/_userinfo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grumpy/templates/_userinfo.html b/grumpy/templates/_userinfo.html index e0eec2f..704ee79 100644 --- a/grumpy/templates/_userinfo.html +++ b/grumpy/templates/_userinfo.html @@ -1,7 +1,7 @@ {% macro show_box(g) -%} {% if g.user -%} <ul> -<li>{{ g.user.email.split('@')[0] | e }} +<li><a href="{{ url_for('dashboard') }}">{{ g.user.email.split('@')[0] | e }}</a> <li><a href="{{ url_for('logout') }}">Log out</a> </ul> {% if g.user.regtoken -%} |