diff options
author | Frederick Muriuki Muriithi | 2024-09-17 12:48:27 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-17 12:48:27 -0500 |
commit | 907a0d0369fbb20bc7f426ab48bfa83bcda118eb (patch) | |
tree | 2fff1ef01776739ba7078e472634d2f271cc595c | |
parent | 7e54ea61c374e15df31c41c1ca87a001acd85242 (diff) | |
download | gn-uploader-907a0d0369fbb20bc7f426ab48bfa83bcda118eb.tar.gz |
UI Improvements: Provide better copy for the page.
-rw-r--r-- | uploader/templates/populations/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/uploader/templates/populations/index.html b/uploader/templates/populations/index.html index 3314516..4354e02 100644 --- a/uploader/templates/populations/index.html +++ b/uploader/templates/populations/index.html @@ -11,8 +11,14 @@ {{flash_all_messages()}} <div class="row"> - To continue, you need to select the species: + <p> + Your experiment data will relate to a particular population from a + particular species. Let us know what species it is you want to work with + below. + </p> +</div> +<div class="row"> {{select_species_form(url_for("species.populations.index"), species)}} </div> {%endblock%} |