From 907a0d0369fbb20bc7f426ab48bfa83bcda118eb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Sep 2024 12:48:27 -0500 Subject: UI Improvements: Provide better copy for the page. --- uploader/templates/populations/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'uploader/templates') 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()}}
- To continue, you need to select the species: +

+ 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. +

+
+
{{select_species_form(url_for("species.populations.index"), species)}}
{%endblock%} -- cgit v1.2.3