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/insert_success.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'qc_app/templates/insert_success.html') diff --git a/qc_app/templates/insert_success.html b/qc_app/templates/insert_success.html index 4406c66..7e1fa8d 100644 --- a/qc_app/templates/insert_success.html +++ b/qc_app/templates/insert_success.html @@ -6,10 +6,14 @@ {%block contents%}

Insertion Success

+

Data inserted successfully!

The following queries were run:

+
-{{stdout_output(job)}} +
+ {{stdout_output(job)}} +
{%endblock%} -- cgit v1.2.3