aboutsummaryrefslogtreecommitdiff
path: root/app/templates/display_result.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/display_result.html')
-rw-r--r--app/templates/display_result.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/templates/display_result.html b/app/templates/display_result.html
deleted file mode 100644
index 0174637..0000000
--- a/app/templates/display_result.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends 'base.html' %}
-
-{% block main %}
- <h2>Job ID: {{ job }}</h2>
- <p>Succesfuly Submitted</p>
- <b>Description: </b>{{description}}
- <!-- <img src="{{ url_for('static', filename="uploads/" + filename) }}" /> -->
-{% endblock %} \ No newline at end of file