about summary refs log tree commit diff
path: root/uploader/templates/populations/list-populations.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/populations/list-populations.html')
-rw-r--r--uploader/templates/populations/list-populations.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html
index c83c18c..7c7145f 100644
--- a/uploader/templates/populations/list-populations.html
+++ b/uploader/templates/populations/list-populations.html
@@ -51,6 +51,7 @@
     <caption>Populations for {{species.FullName}}</caption>
     <thead>
       <tr>
+        <th>#</th>
         <th>Name</th>
         <th>Full Name</th>
         <th>Description</th>
@@ -60,6 +61,7 @@
     <tbody>
       {%for population in populations%}
       <tr>
+        <td>{{population["sequence_number"]}}</td>
         <td>
           <a href="{{url_for('species.populations.view_population',
                    species_id=species.SpeciesId,