aboutsummaryrefslogtreecommitdiff
path: root/app/templates/job_status_error.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/job_status_error.html')
-rw-r--r--app/templates/job_status_error.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/job_status_error.html b/app/templates/job_status_error.html
new file mode 100644
index 0000000..633e347
--- /dev/null
+++ b/app/templates/job_status_error.html
@@ -0,0 +1,6 @@
+{% extends 'base.html' %}
+
+{% block main %}
+ <h2>Job ID: {{ job }}</h2>
+ <p>This Job ID does not exist 😠. If you think this is an error, please contact us.</p>
+{% endblock %} \ No newline at end of file