about summary refs log tree commit diff
path: root/uploader/templates/genotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-09-14 14:26:36 -0500
committerFrederick Muriuki Muriithi2026-09-14 14:27:02 -0500
commit34ea66fe406d9e71791e919515c00a0577a11ef4 (patch)
treecc3793981e3c790cb6c25e3eefca15b123975a7f /uploader/templates/genotypes
parent479a5d51e02e022f025d65c0ac19cf5a7950ebe8 (diff)
downloadgn-uploader-34ea66fe406d9e71791e919515c00a0577a11ef4.tar.gz
Init "Add Genotypes Records" endpoint.
Diffstat (limited to 'uploader/templates/genotypes')
-rw-r--r--uploader/templates/genotypes/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html
index 6becd23..1c3483d 100644
--- a/uploader/templates/genotypes/index.html
+++ b/uploader/templates/genotypes/index.html
@@ -17,8 +17,11 @@
   <div class="row">
     <div class="col">
       <p>
-        <a href="#"
-           class="not-implemented btn btn-primary">
+        <a href="{{url_for(
+                 'species.populations.genotypes.add_genotype_records',
+                 species_id=species.SpeciesId, population_id=population.Id,
+                 dataset_id=dataset.Id)}}"
+           class="btn btn-primary">
           Add genotype records
         </a>
       </p>