aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-04 18:46:02 -0500
committerFrederick Muriuki Muriithi2024-09-04 18:46:02 -0500
commit51817a59df3a0afc7222c071bf5bf20f770528dd (patch)
treec48b3f497408024f507c644a4827d7f9828dc7a6 /uploader/templates/base.html
parent08bd95dd41d23078dcc298247102053981629a43 (diff)
downloadgn-uploader-51817a59df3a0afc7222c071bf5bf20f770528dd.tar.gz
Provide top-level navigation placeholder link.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index d0e2039..5c7f123 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -46,6 +46,8 @@
<li><a href="/" >Home</a></li>
<li><a href="{{url_for('species.list_species')}}"
title="View and manage species information.">Species</a></li>
+ <li><a href="#"
+ title="Upload Genotype data.">Genotype Data</a></li>
<li><a href="{{url_for('species.populations.index')}}"
title="View and manage species populations.">Populations</a></li>
<li><a href="#"