about summary refs log tree commit diff
path: root/uploader/templates/samples/list-samples.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/samples/list-samples.html')
-rw-r--r--uploader/templates/samples/list-samples.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/uploader/templates/samples/list-samples.html b/uploader/templates/samples/list-samples.html
index a29dc1c..8f1bf16 100644
--- a/uploader/templates/samples/list-samples.html
+++ b/uploader/templates/samples/list-samples.html
@@ -97,7 +97,9 @@
   </p>
 
   <p>
-    <a href="#"
+    <a href="{{url_for('species.populations.samples.upload_samples',
+             species_id=species.SpeciesId,
+             population_id=population.Id)}}"
        title="Add samples for population '{{population.FullName}}' from species
               '{{species.FullName}}'."
        class="btn btn-primary">
@@ -111,4 +113,3 @@
 {%block sidebarcontents%}
 {{display_population_card(species, population)}}
 {%endblock%}
-