From 3a483935341757cab2f942dd3156333b1675f801 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 14 Jul 2025 10:52:56 -0500 Subject: Allow adding new samples even where there are existing ones. --- uploader/templates/samples/list-samples.html | 32 +++++++++++++--------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/samples/list-samples.html b/uploader/templates/samples/list-samples.html index 185e784..f974a8e 100644 --- a/uploader/templates/samples/list-samples.html +++ b/uploader/templates/samples/list-samples.html @@ -29,6 +29,19 @@

+
+

+ + add samples + +

+
+ {%if samples | length > 0%}

@@ -103,25 +116,10 @@

- {%else%} -
-

- There are no samples entered for this population. Do please go ahead and add - the samples for this population by clicking on the button below. -

- -

- - add samples - -

+

There are no samples entered for this population. Click the "Add Samples" + button above, to add some new samples.

{%endif%} -- cgit v1.2.3