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/samples/upload-failure.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 qc_app/templates/samples/upload-failure.html (limited to 'qc_app/templates/samples/upload-failure.html') diff --git a/qc_app/templates/samples/upload-failure.html b/qc_app/templates/samples/upload-failure.html deleted file mode 100644 index 09e2ecf..0000000 --- a/qc_app/templates/samples/upload-failure.html +++ /dev/null @@ -1,27 +0,0 @@ -{%extends "base.html"%} -{%from "cli-output.html" import cli_output%} - -{%block title%}Samples Upload Failure{%endblock%} - -{%block contents%} -

{{job.job_name}}

- -

There was a failure attempting to upload the samples.

- -

Here is some information to help with debugging the issue. Provide this - information to the developer/maintainer.

- -

Debugging Information

- - -

stdout

-{{cli_output(job, "stdout")}} - -

stderr

-{{cli_output(job, "stderr")}} - -{%endblock%} -- cgit v1.2.3