From 9cd33ddac3d6848c5443962d66494635feadef51 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 9 Sep 2024 14:06:31 -0500 Subject: Initialise samples uploads * Move existing code to new module * Rework the UI: create new templates * Rework the routes: Select species and populations before attempting an upload. --- uploader/templates/samples/upload-failure.html | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 uploader/templates/samples/upload-failure.html (limited to 'uploader/templates/samples/upload-failure.html') diff --git a/uploader/templates/samples/upload-failure.html b/uploader/templates/samples/upload-failure.html deleted file mode 100644 index 09e2ecf..0000000 --- a/uploader/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