diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-07 22:20:03 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-07 22:20:03 +0530 |
commit | 724c8b3f4a4f5c3122d0761ec8cd572b75381d96 (patch) | |
tree | b266986834069afcd6c0b856c25c136b778d4ad6 /app/templates/job_status_error.html | |
parent | f8c389102242736f620968a1d280092ce6fe6434 (diff) |
added job status form
Diffstat (limited to 'app/templates/job_status_error.html')
-rw-r--r-- | app/templates/job_status_error.html | 6 |
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 |