about summary refs log tree commit diff
path: root/uploader/templates/genotypes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/genotypes/index.html')
-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">