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/rqtl2/rqtl2-job-error.html | 39 ----------------------------- 1 file changed, 39 deletions(-) delete mode 100644 qc_app/templates/rqtl2/rqtl2-job-error.html (limited to 'qc_app/templates/rqtl2/rqtl2-job-error.html') diff --git a/qc_app/templates/rqtl2/rqtl2-job-error.html b/qc_app/templates/rqtl2/rqtl2-job-error.html deleted file mode 100644 index 9817518..0000000 --- a/qc_app/templates/rqtl2/rqtl2-job-error.html +++ /dev/null @@ -1,39 +0,0 @@ -{%extends "base.html"%} -{%from "cli-output.html" import cli_output%} - -{%block title%}Job Status{%endblock%} - -{%block contents%} -

R/qtl2 job status

- -

R/qtl2 Upload: Job Status

- -
-

The processing of the R/qtl2 bundle you uploaded has failed. We have - provided some information below to help you figure out what the problem - could be.

-

If you find that you cannot figure out what the problem is on your own, - please contact the team running the system for assistance, providing the - following details: -

-

-
- -

stdout

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

stderr

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

Log

-
- {%for msg in messages%} - {{msg}}
- {%endfor%} -
- -{%endblock%} -- cgit v1.2.3