From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- qc_app/templates/insert_error.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete 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 deleted file mode 100644 index 5301288..0000000 --- a/qc_app/templates/insert_error.html +++ /dev/null @@ -1,32 +0,0 @@ -{%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