diff options
author | Frederick Muriuki Muriithi | 2025-06-24 12:31:14 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-24 12:31:14 -0500 |
commit | f23c2f21f97db6eb5141dfb2299450afe256b5be (patch) | |
tree | aaed3d0c5fc89e5cecddcb7aca18f942854f8920 /uploader | |
parent | acf86314d03a9f70ee7fcb0606c86c02da43a73b (diff) | |
download | gn-uploader-f23c2f21f97db6eb5141dfb2299450afe256b5be.tar.gz |
Add notification for users that data is not saved yet.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/review-job-data.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/review-job-data.html b/uploader/templates/phenotypes/review-job-data.html index 1343c19..859df74 100644 --- a/uploader/templates/phenotypes/review-job-data.html +++ b/uploader/templates/phenotypes/review-job-data.html @@ -35,6 +35,9 @@ {%if job%} <div class="row"> <h3 class="heading">Data Review</h3> + <p class="text-info"><strong> + The data has <em>NOT</em> been added/saved yet. Review the details below + and click "Continue" to save the data.</strong></p> <p>The “<strong>{{dataset.FullName}}</strong>” dataset from the “<strong>{{population.FullName}}</strong>” population of the species “<strong>{{species.SpeciesName}} ({{species.FullName}})</strong>” |