about summary refs log tree commit diff
path: root/uploader/templates/jobs/sui-job-not-found.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/jobs/sui-job-not-found.html')
-rw-r--r--uploader/templates/jobs/sui-job-not-found.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/uploader/templates/jobs/sui-job-not-found.html b/uploader/templates/jobs/sui-job-not-found.html
deleted file mode 100644
index 96c8586..0000000
--- a/uploader/templates/jobs/sui-job-not-found.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{%extends "sui-base.html"%}
-
-{%from "flash_messages.html" import flash_all_messages%}
-
-{%block title%}Background Jobs{%endblock%}
-
-{%block pagetitle%}Background Jobs{%endblock%}
-
-{%block contents%}
-<p>Could not find job with ID: {{job_id}}</p>
-{%endblock%}