about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-16 11:32:04 -0600
committerFrederick Muriuki Muriithi2025-12-16 11:32:04 -0600
commitb3fe0f2dc1dc1a11158df5163d714321fc24f448 (patch)
tree85384ee6e276d81964a679933b47ec9c5de8bfb5
parent7c637beceec55ecdc3ea4c353ab95f762cff25c5 (diff)
downloadgn-uploader-b3fe0f2dc1dc1a11158df5163d714321fc24f448.tar.gz
Go straight to phenotypes data upload form.
-rw-r--r--uploader/templates/populations/sui-view-population.html3
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="#"