From f726c71bf1636a838f45363d1613763a2926e34f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jun 2024 16:38:54 -0500 Subject: Update html templates to use bootstrap for styling --- .../templates/rqtl2/upload-rqtl2-bundle-step-01.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html') diff --git a/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html b/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html index cc7c92e..5cf9dfd 100644 --- a/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html +++ b/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html @@ -21,13 +21,14 @@ {{flash_all_messages()}} -
- file upload - +
+ file upload + -

Provide a valid R/qtl2 zip file here. In + required="required" + class="form-control" /> +

Provide a valid R/qtl2 zip file here. In particular, ensure your zip bundle contains exactly one control file and the corresponding files mentioned in the control file.

The control file can be either a YAML or JSON file. ALL other @@ -36,12 +37,9 @@ R/qtl2 file format specifications for more details.

-
-
- -
+ + + {%endblock%} -- cgit v1.2.3