aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-17 12:48:27 -0500
committerFrederick Muriuki Muriithi2024-09-17 12:48:27 -0500
commit907a0d0369fbb20bc7f426ab48bfa83bcda118eb (patch)
tree2fff1ef01776739ba7078e472634d2f271cc595c /uploader/templates
parent7e54ea61c374e15df31c41c1ca87a001acd85242 (diff)
downloadgn-uploader-907a0d0369fbb20bc7f426ab48bfa83bcda118eb.tar.gz
UI Improvements: Provide better copy for the page.
Diffstat (limited to 'uploader/templates')
-rw-r--r--uploader/templates/populations/index.html8
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%}