diff options
author | Frederick Muriuki Muriithi | 2025-02-04 10:02:10 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-04 10:02:10 -0600 |
commit | 7d738c217b8cf32b6c026eb5189011ee5dd49e7b (patch) | |
tree | ead1e04f10009149bad957120c681752be7acd69 /uploader/templates/populations/list-populations.html | |
parent | f4964e2b5c2884f2fcea6c04b9c99198be91c797 (diff) | |
download | gn-uploader-7d738c217b8cf32b6c026eb5189011ee5dd49e7b.tar.gz |
Remove non-informative table header.
Diffstat (limited to 'uploader/templates/populations/list-populations.html')
-rw-r--r-- | uploader/templates/populations/list-populations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/populations/list-populations.html b/uploader/templates/populations/list-populations.html index 7c7145f..f780e94 100644 --- a/uploader/templates/populations/list-populations.html +++ b/uploader/templates/populations/list-populations.html @@ -51,7 +51,7 @@ <caption>Populations for {{species.FullName}}</caption> <thead> <tr> - <th>#</th> + <th></th> <th>Name</th> <th>Full Name</th> <th>Description</th> |