diff options
author | Frederick Muriuki Muriithi | 2024-09-19 13:30:37 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-19 13:30:37 -0500 |
commit | 954f7e90db1904d6bcb906985928625ce50179dd (patch) | |
tree | be074d00d76d45a656a2367113886e736bbe9c31 /uploader/templates | |
parent | f909cd13cadab9bd0bb6e816b6c6f492ab18f28a (diff) | |
download | gn-uploader-954f7e90db1904d6bcb906985928625ce50179dd.tar.gz |
UI Improvement: Get rid on "Select Species" legend
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/species/macro-select-species.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uploader/templates/species/macro-select-species.html b/uploader/templates/species/macro-select-species.html index 6955134..dd086c0 100644 --- a/uploader/templates/species/macro-select-species.html +++ b/uploader/templates/species/macro-select-species.html @@ -1,8 +1,6 @@ {%macro select_species_form(form_action, species)%} {%if species | length > 0%} <form method="GET" action="{{form_action}}"> - <legend>Select Species</legend> - <div class="form-group"> <label for="select-species" class="form-label">Species</label> <select id="select-species" |