aboutsummaryrefslogtreecommitdiff
path: root/data/templates/base.htm
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-27 20:43:22 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-27 20:43:22 +0200
commit6a82f78dcc381c191dab5c4fe63d12096d596e41 (patch)
tree1d7aabde1390e98027622dc58486511ad9a88ee4 /data/templates/base.htm
parent71c2c412f7098050479f496292bc694095d9ec97 (diff)
downloadphorkie-6a82f78dcc381c191dab5c4fe63d12096d596e41.tar.gz
phorkie-6a82f78dcc381c191dab5c4fe63d12096d596e41.zip
do not allow to change profile details, only show them
Diffstat (limited to 'data/templates/base.htm')
-rw-r--r--data/templates/base.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index 6cfea7f..ed70252 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -36,7 +36,7 @@
<ul class="nav pull-right">
{% if identity %}
<li>
- <a href="/user">{{name}} ({{email}})</a>
+ <a href="/user">{{name}}</a>
</li>
<li>
<a href="/login?logout">Logout</a>