summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/base.html')
-rw-r--r--apioforum/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html
index 6660686..28fd055 100644
--- a/apioforum/templates/base.html
+++ b/apioforum/templates/base.html
@@ -10,7 +10,7 @@
<h1>apioforum</h1>
<ul>
{% if g.user %}
- <li>{{ g.user['username'] }}</li>
+ <li>{{ g.user }}</li>
<li><a href="{{ url_for('auth.logout') }}">logout</a></li>
{% else %}
<li><a href="{{ url_for('auth.login') }}">login</a></li>