From 33b19472c694527e13236d35ee4cba7b96756802 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 11 Sep 2020 21:52:05 +0530 Subject: common error page for job status --- app/templates/error.html | 11 ++++++++++- app/templates/job_status_error.html | 15 --------------- 2 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 app/templates/job_status_error.html (limited to 'app/templates') diff --git a/app/templates/error.html b/app/templates/error.html index 3073037..b605430 100644 --- a/app/templates/error.html +++ b/app/templates/error.html @@ -5,7 +5,7 @@

Oh Snap! An error occured

Error Code: {{code}}

Error Description: {{description}}

-
+ +
+ +
+
{% endblock %} \ No newline at end of file diff --git a/app/templates/job_status_error.html b/app/templates/job_status_error.html deleted file mode 100644 index b6d16a7..0000000 --- a/app/templates/job_status_error.html +++ /dev/null @@ -1,15 +0,0 @@ -{% 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