diff options
author | Frederick Muriuki Muriithi | 2024-09-12 14:58:39 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-12 14:58:39 -0500 |
commit | 2f1279b5e45dfff972fa6462d94a0b93b6a1144f (patch) | |
tree | bde702ffbbe81ca6d2cdf73c341a060e0396c2ec /uploader | |
parent | f6096e430e2bb914225823a1953c109bad89d755 (diff) | |
download | gn-uploader-2f1279b5e45dfff972fa6462d94a0b93b6a1144f.tar.gz |
Add "Family" to the UI
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/species/list-species.html | 2 |
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'])}}" |