diff options
Diffstat (limited to 'uploader/templates/base.html')
| -rw-r--r-- | uploader/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 719a646..0f088b1 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -36,7 +36,7 @@ <a href="{{url_for('oauth2.logout')}}" title="Log out of the system"> <span class="glyphicon glyphicon-user"></span> - {{user_email()}} Sign Out</a> + Sign Out ({{user_email()}})</a> {%else%} <a href="{{authserver_authorise_uri()}}" title="Log in to the system">Sign In</a> |
