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/rqtl2-qc-job-success.html | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'qc_app/templates/rqtl2/rqtl2-qc-job-success.html') diff --git a/qc_app/templates/rqtl2/rqtl2-qc-job-success.html b/qc_app/templates/rqtl2/rqtl2-qc-job-success.html index d492898..2861a04 100644 --- a/qc_app/templates/rqtl2/rqtl2-qc-job-success.html +++ b/qc_app/templates/rqtl2/rqtl2-qc-job-success.html @@ -6,7 +6,7 @@ {%block contents%}

R/qtl2 Bundle: Quality Control Successful

-
+

The R/qtl2 bundle you uploaded has passed all quality control checks successfully, and is now ready for uploading into the database.

Click "Continue" below to proceed.

@@ -16,22 +16,22 @@ The "action" on this form takes us to the next step, where we can select all the other data necessary to enter the data into the database. --> -
- {{flash_all_messages()}} - - - +
+ + {{flash_all_messages()}} + + + -
- -
- + + +
{%endblock%} -- cgit v1.2.3