about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-01-05 15:30:54 -0600
committerFrederick Muriuki Muriithi2026-01-05 15:30:54 -0600
commite940b9881a3f1878becef05bbeba5dfa601d05f7 (patch)
treecb07edc30371085d2340203fd2dd60904f6a9079 /uploader/templates/base.html
parenta65b120e08979d25b641180310e2859b6b045004 (diff)
downloadgn-uploader-e940b9881a3f1878becef05bbeba5dfa601d05f7.tar.gz
Fix styling for site-wide banner.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html2
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>