diff options
author | Frederick Muriuki Muriithi | 2024-09-18 01:27:22 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-18 01:36:37 -0500 |
commit | 7531b17018a0a81edce95802cc370661106cc481 (patch) | |
tree | 1b72fa5d8bcb60d9f3702bc11e9a4d02b772aed4 /uploader/templates/base.html | |
parent | 17defa03f395aa9895b524ef3125e138b3987507 (diff) | |
download | gn-uploader-7531b17018a0a81edce95802cc370661106cc481.tar.gz |
Document the menu on the home page.
Diffstat (limited to 'uploader/templates/base.html')
-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 3af14ef..886f503 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -48,10 +48,10 @@ title="View and manage species information.">Species</a></li> <li><a href="{{url_for('species.populations.index')}}" title="View and manage species populations.">Populations</a></li> - <li><a href="{{url_for('species.populations.genotypes.index')}}" - title="Upload Genotype data.">Genotype Data</a></li> <li><a href="{{url_for('species.populations.samples.index')}}" title="Upload population samples.">Samples</a></li> + <li><a href="{{url_for('species.populations.genotypes.index')}}" + title="Upload Genotype data.">Genotype Data</a></li> <li><a href="{{url_for('expression-data.index.index')}}" title="Upload expression data.">Expression Data</a></li> <li><a href="#" |