aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-17 12:58:13 -0500
committerFrederick Muriuki Muriithi2024-09-17 15:07:19 -0500
commitd48cfff120562592d6535d493412ee1881487c38 (patch)
tree4f8f741008271cb32047bccbe6b208a22103ce9c /uploader/templates
parent1939b6728843aec2ab6fb1f56f2dcb72bb3e23dd (diff)
downloadgn-uploader-d48cfff120562592d6535d493412ee1881487c38.tar.gz
Provide entry-point of genotypes.
Diffstat (limited to 'uploader/templates')
-rw-r--r--uploader/templates/genotypes/index.html14
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">