From 0a8fdbf4084c064c6839e6283781ede09983e742 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 13 Jun 2024 12:02:36 -0500 Subject: Clean up landing page Leave only data upload type selection on landing page. --- qc_app/templates/index.html | 80 ++------------------------------------------- 1 file changed, 3 insertions(+), 77 deletions(-) (limited to 'qc_app/templates/index.html') diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index 0d301f5..997c1e5 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -60,59 +60,9 @@ -
- upload expression data - {{flash_messages("error-expr-data")}} - -
- - -
- -
- file type - -
- - -
- -
- - -
-
- -
- - - -
- - -
- -{{upload_progress_indicator()}} + upload Samples/Cases
@@ -131,27 +81,3 @@
{%endblock%} - - -{%block javascript%} - - -{%endblock%} -- cgit v1.2.3