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_error.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'qc_app/templates/insert_error.html') diff --git a/qc_app/templates/insert_error.html b/qc_app/templates/insert_error.html index 56dd195..5301288 100644 --- a/qc_app/templates/insert_error.html +++ b/qc_app/templates/insert_error.html @@ -5,24 +5,28 @@ {%block contents%}

Insertion Failure

-

- There was an error inserting data into the database -

+
+

+ There was an error inserting data into the database +

-

- Please notify the developers of this issue when you encounter it, - providing the information below. -

+

+ Please notify the developers of this issue when you encounter it, + providing the information below. +

-

Debugging Information

+

Debugging Information

- + +
-

STDERR Output

-
- {{job["stderr"]}} +
+

STDERR Output

+
+    {{job["stderr"]}}
+  
{%endblock%} -- cgit v1.2.3