From 0783b155002da7034d68ead6c62ccdb0670b37b7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 14 Jun 2024 10:31:39 -0500 Subject: Use bootstrap for displaying progress widget This commit converts the progress indication widget into a bootstrap modal dialog, and updates the javascript to prevent the code from interacting with bootstrap in unpredictable ways. --- qc_app/templates/select_species.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qc_app/templates/select_species.html') diff --git a/qc_app/templates/select_species.html b/qc_app/templates/select_species.html index 35850de..b813248 100644 --- a/qc_app/templates/select_species.html +++ b/qc_app/templates/select_species.html @@ -57,7 +57,10 @@ class="form-control"/> - + {%endblock%} -- cgit v1.2.3