about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index b20b350..a08c3e5 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -30,7 +30,9 @@
           <li>
             {%if user_logged_in()%}
             <a href="{{url_for('oauth2.logout')}}"
-               title="Log out of the system">{{user_email()}} &mdash; Log Out</a>
+               title="Log out of the system">
+              <span class="glyphicon glyphicon-user"></span>
+              Log Out</a>
             {%else%}
             <a href="{{authserver_authorise_uri()}}"
                title="Log in to the system">Log In</a>