aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-04-25 12:09:23 -0500
committerFrederick Muriuki Muriithi2025-04-25 12:25:38 -0500
commita962991759349c152cfc03293f5ce413be9be9d2 (patch)
treeb5a425d425933675c8e8d291fed086caed716b77 /uploader/templates
parentc1ef845689ff6bc63ab0606d0e5d11e8d9b1b38a (diff)
downloadgn-uploader-a962991759349c152cfc03293f5ce413be9be9d2.tar.gz
Fix display of upload errors for samples
* Update the uri to fit in with existing paradigm * Pass the species and population to the endpoint
Diffstat (limited to 'uploader/templates')
-rw-r--r--uploader/templates/samples/upload-failure.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/samples/upload-failure.html b/uploader/templates/samples/upload-failure.html
index 458ab55..2cf8053 100644
--- a/uploader/templates/samples/upload-failure.html
+++ b/uploader/templates/samples/upload-failure.html
@@ -15,7 +15,7 @@
<h3>Debugging Information</h3>
<ul>
- <li><strong>job id</strong>: {{job.job_id}}</li>
+ <li><strong>job id</strong>: {{job.jobid}}</li>
<li><strong>status</strong>: {{job.status}}</li>
<li><strong>job type</strong>: {{job["job-type"]}}</li>
</ul>