about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/species/list-species.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/uploader/templates/species/list-species.html b/uploader/templates/species/list-species.html
index 573bcee..3f7acc5 100644
--- a/uploader/templates/species/list-species.html
+++ b/uploader/templates/species/list-species.html
@@ -32,6 +32,7 @@
         <th>Common Name</th>
         <th>Scientific Name</th>
         <th>TaxonId</th>
+        <th>Family / Grouping</th>
         <th>Use</th>
       </tr>
     </thead>
@@ -45,6 +46,7 @@
              title="View species details on NCBI"
              target="_blank">{{species["TaxonomyId"]}}</a>
         </td>
+        <td>{{species.Family}}</td>
         <td>
           <a href="{{url_for('species.view_species',
                    species_id=species['SpeciesId'])}}"