aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/templates/_userinfo.html')
-rw-r--r--grumpy/templates/_userinfo.html2
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 -%}