diff options
-rw-r--r-- | ogcp/templates/base.html | 5 |
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> |