diff options
| author | Frederick Muriuki Muriithi | 2026-01-05 15:30:54 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-05 15:30:54 -0600 |
| commit | e940b9881a3f1878becef05bbeba5dfa601d05f7 (patch) | |
| tree | cb07edc30371085d2340203fd2dd60904f6a9079 /uploader/templates/base.html | |
| parent | a65b120e08979d25b641180310e2859b6b045004 (diff) | |
| download | gn-uploader-e940b9881a3f1878becef05bbeba5dfa601d05f7.tar.gz | |
Fix styling for site-wide banner.
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> |
