From ae1fbc0c56c8732fb85b555eccd4fddb5d8e5437 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 31 Aug 2022 04:44:28 +0300 Subject: Commit missing files. --- qc_app/templates/insert_error.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 qc_app/templates/insert_error.html (limited to 'qc_app/templates/insert_error.html') diff --git a/qc_app/templates/insert_error.html b/qc_app/templates/insert_error.html new file mode 100644 index 0000000..56dd195 --- /dev/null +++ b/qc_app/templates/insert_error.html @@ -0,0 +1,28 @@ +{%extends "base.html"%} + +{%block title%}Data Insertion Failure{%endblock%} + +{%block contents%} +

Insertion Failure

+ +

+ There was an error inserting data into the database +

+ +

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

+ +

Debugging Information

+ + + +

STDERR Output

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