diff options
author | Frederick Muriuki Muriithi | 2025-02-04 11:29:52 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-04 11:29:52 -0600 |
commit | f79c9703826eb5892e8156af89d6e27e3611e70e (patch) | |
tree | 6e40ff11115ba63cc5657ea4e4d49feedb242c5d | |
parent | 7d738c217b8cf32b6c026eb5189011ee5dd49e7b (diff) | |
download | gn-uploader-f79c9703826eb5892e8156af89d6e27e3611e70e.tar.gz |
Update global headers.
-rw-r--r-- | uploader/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 2229b3d..49d00f6 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -8,7 +8,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> {%block extrameta%}{%endblock%} - <title>GN Uploader: {%block title%}{%endblock%}</title> + <title>Data Upload and Quality Control: {%block title%}{%endblock%}</title> <link rel="stylesheet" type="text/css" href="{{url_for('base.bootstrap', @@ -24,7 +24,7 @@ <body> <header id="header"> - <span id="header-text">GeneNetwork: Data Upload and Quality Control</span> + <span id="header-text">GeneNetwork</span> <nav id="header-nav"> <ul class="nav justify-content-end"> <li> |