diff options
author | Frederick Muriuki Muriithi | 2024-09-13 10:34:24 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-13 10:45:49 -0500 |
commit | 2847c193832faf0e85a117ca3ac35e4afbcf8d12 (patch) | |
tree | 47ffe86f9eca3d0cc3d1ab5b6e64802cf7e499cd /uploader/templates/samples/upload-samples.html | |
parent | 0ab59053fb5e63614b9ac5c94fbecff66a48b8c1 (diff) | |
download | gn-uploader-2847c193832faf0e85a117ca3ac35e4afbcf8d12.tar.gz |
Samples: provide more informative page content.
Diffstat (limited to 'uploader/templates/samples/upload-samples.html')
-rw-r--r-- | uploader/templates/samples/upload-samples.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/uploader/templates/samples/upload-samples.html b/uploader/templates/samples/upload-samples.html index b101b2e..25d3290 100644 --- a/uploader/templates/samples/upload-samples.html +++ b/uploader/templates/samples/upload-samples.html @@ -23,7 +23,12 @@ {{flash_all_messages()}} <div class="row"> - <p>You can now upload a character-separated value (CSV) file that contains + <p> + You can now upload the samples for the "{{population.FullName}}" population + from the "{{species.FullName}}" species here. + </p> + <p> + Upload a <strong>character-separated value (CSV)</strong> file that contains details about your samples. The CSV file should have the following fields: <dl> <dt>Name</dt> |