aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-11 21:52:05 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-11 21:52:05 +0530
commit33b19472c694527e13236d35ee4cba7b96756802 (patch)
treee5a2305ce41f556cebb41629de0e80f268f99b97 /app/templates
parentccc014b49279b96ba094fd8b652f9b3e71790c59 (diff)
common error page for job statusv0.9.0
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/error.html11
-rw-r--r--app/templates/job_status_error.html15
2 files changed, 10 insertions, 16 deletions
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 @@
<h2>Oh Snap! An error occured</h2>
<p>Error Code: {{code}}</p>
<p>Error Description: {{description}}</p>
- <section>
+ <!--<section>
<style>
#puzzle{
height: 40vh;
@@ -13,5 +13,14 @@
</style>
<div id="puzzle"></div>
<script src="{{url_for('static',filename='js/missing_puzzle.js')}}"></script>
+ </section>-->
+ <section>
+ <style>
+ #chemical{
+ height: 40vh;
+ }
+ </style>
+ <div id="chemical"></div>
+ <script src="{{url_for('static',filename='js/chemical.js')}}"></script>
</section>
{% 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 %}
- <h2>Job ID: {{ job }}</h2>
- <p>This Job ID does not exist 😠. If you think this is an error, please contact us.</p>
- <section>
- <style>
- #chemical{
- height: 40vh;
- }
- </style>
- <div id="chemical"></div>
- <script src="{{url_for('static',filename='js/chemical.js')}}"></script>
- </section>
-{% endblock %} \ No newline at end of file