diff options
| -rw-r--r-- | uploader/templates/populations/sui-view-population.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uploader/templates/populations/sui-view-population.html b/uploader/templates/populations/sui-view-population.html index f7c6876..08bcd7c 100644 --- a/uploader/templates/populations/sui-view-population.html +++ b/uploader/templates/populations/sui-view-population.html @@ -77,13 +77,12 @@ <div class="row" style="margin-top: 0.3em;"> <div class="col"> - <a href="{{url_for('species.populations.phenotypes.view_dataset', + <a href="{{url_for('species.populations.phenotypes.add_phenotypes', species_id=species.SpeciesId, population_id=population.Id, dataset_id=dataset.Id)}}" title="Upload phenotype data for population '{{population['Name']}}'" class="btn btn-primary">Upload new Phenotypes</a> - <!-- Go straight to upload form(s). --> </div> <div class="col"> <a href="#" |
