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 --- qc_app/templates/rqtl2/index.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'qc_app/templates/rqtl2/index.html') diff --git a/qc_app/templates/rqtl2/index.html b/qc_app/templates/rqtl2/index.html index 45018e7..f3329c2 100644 --- a/qc_app/templates/rqtl2/index.html +++ b/qc_app/templates/rqtl2/index.html @@ -12,23 +12,25 @@ id="frm-rqtl2-upload"> upload R/qtl2 bundle {{flash_messages("error-rqtl2")}} -
- - {%for spec in species%} {%endfor%} - + Data that you upload to the system should belong to a know species. Here you can select the species that you wish to upload data for. - -
+ + -
- -
+ {%endblock%} -- cgit v1.2.3