about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-12 14:58:39 -0500
committerFrederick Muriuki Muriithi2024-09-12 14:58:39 -0500
commit2f1279b5e45dfff972fa6462d94a0b93b6a1144f (patch)
treebde702ffbbe81ca6d2cdf73c341a060e0396c2ec /uploader
parentf6096e430e2bb914225823a1953c109bad89d755 (diff)
downloadgn-uploader-2f1279b5e45dfff972fa6462d94a0b93b6a1144f.tar.gz
Add "Family" to the UI
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'])}}"