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