From 5e96d27f3d96c84fc5a15d7040843b379b701d20 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jun 2024 12:48:56 -0500 Subject: Make URI and UI correspond to each other. Formerly, the URI and UI were not corresponding to each other, e.g. the URI /upload/samples/select_species would display the UI for selecting/creating the population. This was very confusing. This commit fixes that. The commit also adds in user input validation to catch input errors. --- qc_app/templates/index.html | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'qc_app/templates/index.html') diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index 588133a..6e98849 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -114,22 +114,9 @@

This section gives you the opportunity to upload any missing samples

-
- upload samples -
- - -
- -
- -
-
+ + upload Samples/Cases {%endblock%} -- cgit v1.2.3