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 --- uploader/templates/worker_failure.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 uploader/templates/worker_failure.html (limited to 'uploader/templates/worker_failure.html') diff --git a/uploader/templates/worker_failure.html b/uploader/templates/worker_failure.html new file mode 100644 index 0000000..b65b140 --- /dev/null +++ b/uploader/templates/worker_failure.html @@ -0,0 +1,24 @@ +{%extends "base.html"%} + +{%block title%}Worker Failure{%endblock%} + +{%block contents%} +

Worker Failure

+ +

+ There was a critical failure launching the job to parse your file. + This is our fault and (probably) has nothing to do with the file you uploaded. +

+ +

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

+ +

Debugging Information

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