From 39aa801f4772bcc50e4f0a86ae08d2fdf9eb12e9 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 9 Mar 2026 14:29:43 -0500 Subject: Enable download of list of errors. --- uploader/templates/phenotypes/job-status.html | 30 ++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'uploader/templates') diff --git a/uploader/templates/phenotypes/job-status.html b/uploader/templates/phenotypes/job-status.html index 0bbe8e0..951907f 100644 --- a/uploader/templates/phenotypes/job-status.html +++ b/uploader/templates/phenotypes/job-status.html @@ -52,10 +52,10 @@

{%if errors | length == 0%} Continue {%else%} @@ -70,13 +70,28 @@

upload errors

+{%if errors | length == 0 %}
- {%if errors | length == 0 %}

No errors found so far

- {%else%} +
+{%else%} +{%if errors | length > 0%} +
+
+ download errors CSV +
+
+{%endif%} +
@@ -111,7 +126,8 @@ {%endfor%}
- {%endif%} +
+{%endif%}
-- cgit 1.4.1