diff options
Diffstat (limited to 'app/templates/job_status_error.html')
-rw-r--r-- | app/templates/job_status_error.html | 15 |
1 files changed, 0 insertions, 15 deletions
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 |