diff options
| author | Frederick Muriuki Muriithi | 2026-09-14 14:26:36 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-09-14 14:27:02 -0500 |
| commit | 34ea66fe406d9e71791e919515c00a0577a11ef4 (patch) | |
| tree | cc3793981e3c790cb6c25e3eefca15b123975a7f /uploader/templates/genotypes/index.html | |
| parent | 479a5d51e02e022f025d65c0ac19cf5a7950ebe8 (diff) | |
| download | gn-uploader-34ea66fe406d9e71791e919515c00a0577a11ef4.tar.gz | |
Init "Add Genotypes Records" endpoint.
Diffstat (limited to 'uploader/templates/genotypes/index.html')
| -rw-r--r-- | uploader/templates/genotypes/index.html | 7 |
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> |
