aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-06 18:56:39 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-06 18:56:39 +0530
commitd113a4973e70217a6979146ab5f8c05d1577bb40 (patch)
treeac2806a2226404bb8d2a1a3e39959079a306d542 /app/templates
parent1b37426051f0212ab2fdf9811c2b075166331b2b (diff)
add jobID and description
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/display_result.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/templates/display_result.html b/app/templates/display_result.html
new file mode 100644
index 0000000..0174637
--- /dev/null
+++ b/app/templates/display_result.html
@@ -0,0 +1,8 @@
+{% 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