From 724c8b3f4a4f5c3122d0761ec8cd572b75381d96 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 7 Jul 2020 22:20:03 +0530 Subject: added job status form --- app/templates/job_status_error.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/templates/job_status_error.html (limited to 'app/templates/job_status_error.html') 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 %} +

Job ID: {{ job }}

+

This Job ID does not exist 😠. If you think this is an error, please contact us.

+{% endblock %} \ No newline at end of file -- cgit v1.2.3