aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-19 10:48:33 -0500
committerFrederick Muriuki Muriithi2024-09-19 10:48:33 -0500
commitfc99a1700007e8a1b71e07455c57f8692aad2a59 (patch)
treed3139a6aa6f6a67571031a3093311d88736bf302 /uploader/templates/base.html
parent0b1da34d601a3c57a7a12795b4914fd7748e8f6e (diff)
downloadgn-uploader-fc99a1700007e8a1b71e07455c57f8692aad2a59.tar.gz
Fix minor UI bugs.
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 886f503..171e8fa 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -28,7 +28,7 @@
<span class="header col-lg-9">GeneNetwork Data Quality Control and Upload</span>
<nav class="header-nav col-lg-3">
<ul class="nav justify-content-end">
- <li class="btn">
+ <li>
{%if user_logged_in()%}
<a href="{{url_for('oauth2.logout')}}"
title="Log out of the system">{{user_email()}} &mdash; Log Out</a>