diff options
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r-- | uploader/templates/base.html | 2 |
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="#" |