about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/populations/view-population.html6
-rw-r--r--uploader/templates/species/view-species.html5
2 files changed, 6 insertions, 5 deletions
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html
index 319addc..1e2964e 100644
--- a/uploader/templates/populations/view-population.html
+++ b/uploader/templates/populations/view-population.html
@@ -62,6 +62,12 @@
   <nav class="nav">
     <ul>
       <li>
+        <a href="{{url_for('species.populations.genotypes.list_genotypes',
+                 species_id=species.SpeciesId,
+                 population_id=population.Id)}}"
+           title="Upload genotypes for {{species.FullName}}">Upload Genotypes</a>
+      </li>
+      <li>
         <a href="{{url_for('species.populations.samples.list_samples',
                  species_id=species.SpeciesId,
                  population_id=population.Id)}}"
diff --git a/uploader/templates/species/view-species.html b/uploader/templates/species/view-species.html
index 6942168..b01864d 100644
--- a/uploader/templates/species/view-species.html
+++ b/uploader/templates/species/view-species.html
@@ -40,16 +40,11 @@
 
   <ol>
     <li>
-      <a href="#"
-         title="Upload genotypes for {{species.FullName}}">Upload Genotypes</a>
-    </li>
-    <li>
       <a href="{{url_for('species.populations.list_species_populations',
                species_id=species.SpeciesId)}}"
          title="Create/Edit populations for {{species.FullName}}">
         Manage populations</a>
     </li>
-    <li><a href="#" title="">any other action, perhaps &hellip;</a></li>
   </ol>