about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/job-status.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-23 11:23:05 -0600
committerFrederick Muriuki Muriithi2025-01-23 11:23:05 -0600
commit190e1c7cb924ac9598956ac0f2be37ed3915ab23 (patch)
treedc6f6b80a6b73319749501ff49b55d20ba5d91ed /uploader/templates/phenotypes/job-status.html
parent6f92748ed9bfa1e2e522ed385809890ef2d43575 (diff)
downloadgn-uploader-190e1c7cb924ac9598956ac0f2be37ed3915ab23.tar.gz
Provide summary for review before entering data to database.
Diffstat (limited to 'uploader/templates/phenotypes/job-status.html')
-rw-r--r--uploader/templates/phenotypes/job-status.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/job-status.html b/uploader/templates/phenotypes/job-status.html
index 6f43d22..12963c1 100644
--- a/uploader/templates/phenotypes/job-status.html
+++ b/uploader/templates/phenotypes/job-status.html
@@ -62,8 +62,12 @@
   {%if  job.status in ("completed:success", "success")%}
   <p>
     {%if errors | length == 0%}
-    <a href="#"
-       class="not-implemented btn btn-primary"
+    <a href="{{url_for('species.populations.phenotypes.review_job_data',
+           species_id=species.SpeciesId,
+           population_id=population.Id,
+           dataset_id=dataset.Id,
+           job_id=job_id)}}"
+       class="btn btn-primary"
        title="Continue to process data">Continue</a>
     {%else%}
     <span class="text-muted"