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/create-tissue-success.html | 116 +++++++++++----------- 1 file changed, 59 insertions(+), 57 deletions(-) (limited to 'qc_app/templates/rqtl2/create-tissue-success.html') diff --git a/qc_app/templates/rqtl2/create-tissue-success.html b/qc_app/templates/rqtl2/create-tissue-success.html index 7ea0c65..5f2c5a0 100644 --- a/qc_app/templates/rqtl2/create-tissue-success.html +++ b/qc_app/templates/rqtl2/create-tissue-success.html @@ -6,61 +6,18 @@ {%block contents%}

Select Tissue

-
+

You have successfully added a new tissue, organ or biological material with the following details:

-{{flash_all_messages()}} - -
- Create Tissue - - - - - - - -
- - -
- -
- - -
- - {%if tissue.BIRN_lex_ID%} -
- - -
- {%endif%} - - {%if tissue.BIRN_lex_Name%} -
- - -
- {%endif%} -
- -
- -
+ {{flash_all_messages()}} + + + action="#"> + Create Tissue - +
+ + +
+ +
+ + +
+ + {%if tissue.BIRN_lex_ID%} +
+ + +
+ {%endif%} + + {%if tissue.BIRN_lex_Name%} +
+ + +
+ {%endif%}
+
+ +
+ + + + + + + + +
+
+
+ +

OR

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