summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r--ogcp/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index 8906fd9..73138b9 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -54,6 +54,11 @@
{% if current_user.is_authenticated %}
<li class="nav-item">
+ <span class="navbar-text">
+ {{ current_user.id }}
+ </span>
+ </li>
+ <li class="nav-item">
<a class="btn btn-danger" href="{{ url_for('logout') }}">{{ _('Logout') }}</a>
</li>