diff options
Diffstat (limited to 'uploader/templates/species')
-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 d3dae7f..85c9d40 100644 --- a/uploader/templates/species/list-species.html +++ b/uploader/templates/species/list-species.html @@ -29,6 +29,7 @@ <caption>Available Species</caption> <thead> <tr> + <th>#</td> <th title="A common, layman's name for the species.">Common Name</th> <th title="The scientific name for the species">Organism Name</th> <th title="An identifier for the species in the NCBI taxonomy database"> @@ -42,6 +43,7 @@ <tbody> {%for species in allspecies%} <tr> + <td>{{species["sequence_number"]}}</td> <td>{{species["SpeciesName"]}}</td> <td> <a href="{{url_for('species.view_species', |