From c9af16ce37ccfbf75183ed0214e3a52a9d91dcc7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 16 Oct 2023 14:41:39 +0300 Subject: Indicate progress for data insert. --- qc_app/templates/continue_from_create_dataset.html | 4 ++-- qc_app/templates/continue_from_create_study.html | 4 ++-- qc_app/templates/dbupdate_hidden_fields.html | 3 +++ qc_app/templates/final_confirmation.html | 2 +- qc_app/templates/insert_progress.html | 16 ++++++++++++++-- qc_app/templates/select_dataset.html | 4 ++-- qc_app/templates/select_platform.html | 1 + qc_app/templates/select_study.html | 6 ++++-- 8 files changed, 29 insertions(+), 11 deletions(-) (limited to 'qc_app/templates') diff --git a/qc_app/templates/continue_from_create_dataset.html b/qc_app/templates/continue_from_create_dataset.html index 1e493c5..4358b11 100644 --- a/qc_app/templates/continue_from_create_dataset.html +++ b/qc_app/templates/continue_from_create_dataset.html @@ -27,7 +27,7 @@ {{hidden_fields( filename, filetype, species=species, genechipid=genechipid, - studyid=studyid, datasetid=datasetid)}} + studyid=studyid, datasetid=datasetid, totallines=totallines)}}