diff options
author | Frederick Muriuki Muriithi | 2024-09-17 12:58:13 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-17 15:07:19 -0500 |
commit | d48cfff120562592d6535d493412ee1881487c38 (patch) | |
tree | 4f8f741008271cb32047bccbe6b208a22103ce9c /uploader/templates | |
parent | 1939b6728843aec2ab6fb1f56f2dcb72bb3e23dd (diff) | |
download | gn-uploader-d48cfff120562592d6535d493412ee1881487c38.tar.gz |
Provide entry-point of genotypes.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/genotypes/index.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html index 4f5c3a8..9ffea73 100644 --- a/uploader/templates/genotypes/index.html +++ b/uploader/templates/genotypes/index.html @@ -11,7 +11,19 @@ {{flash_all_messages()}} <div class="row"> - <p><strong>We have not implemented this part yet!</strong></p> + <p> + This section allows you to upload genotype information for your experiments, + in the case that you have not previously done so. + </p> + <p> + We'll need to link the genotypes to the species and population, so do please + go ahead and select those in the next two steps. + </p> +</div> + +<div class="row"> + {{select_species_form(url_for("species.populations.genotypes.index"), + species)}} </div> <div class="row"> |