diff options
author | Frederick Muriuki Muriithi | 2024-12-12 16:32:03 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-12 16:32:03 -0600 |
commit | 84e4267377627f27ba60cc4fcbf3137f9b3e9c13 (patch) | |
tree | 5b8fb5de9a873fcfca8ffd66d48f990313be9bd1 | |
parent | fd64dfed352f30fbc18cdf3422efd89dc186bebd (diff) | |
download | gn-uploader-84e4267377627f27ba60cc4fcbf3137f9b3e9c13.tar.gz |
Update link text.
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes.html b/uploader/templates/phenotypes/add-phenotypes.html index 9e368e1..2bd5fab 100644 --- a/uploader/templates/phenotypes/add-phenotypes.html +++ b/uploader/templates/phenotypes/add-phenotypes.html @@ -16,7 +16,7 @@ <a href="{{url_for('species.populations.phenotypes.add_phenotypes', species_id=species.SpeciesId, population_id=population.Id, - dataset_id=dataset.Id)}}">View Datasets</a> + dataset_id=dataset.Id)}}">Add Phenotypes</a> </li> {%endblock%} |