From 0b37b9b3fa4fead86787a705713645fa14530a54 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 23 Sep 2024 14:28:49 -0500 Subject: Initialise the "Expression Data" section. --- uploader/templates/job_progress.html | 40 ------------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 uploader/templates/job_progress.html (limited to 'uploader/templates/job_progress.html') diff --git a/uploader/templates/job_progress.html b/uploader/templates/job_progress.html deleted file mode 100644 index 2feaa89..0000000 --- a/uploader/templates/job_progress.html +++ /dev/null @@ -1,40 +0,0 @@ -{%extends "base.html"%} -{%from "errors_display.html" import errors_display%} - -{%block extrameta%} - -{%endblock%} - -{%block title%}Job Status{%endblock%} - -{%block contents%} -

{{job_name}}

- -
-
- Status -
- - {{job_status}}: {{message}}
-
- -
- - - {{progress}} - {{"%.2f" | format(progress)}}% -
- - - - -
-
- -
- {{errors_display(errors, "No errors found so far", "We have found the following errors so far", False)}} -
- -{%endblock%} -- cgit v1.2.3