diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-06 18:56:39 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-06 18:56:39 +0530 |
commit | d113a4973e70217a6979146ab5f8c05d1577bb40 (patch) | |
tree | ac2806a2226404bb8d2a1a3e39959079a306d542 | |
parent | 1b37426051f0212ab2fdf9811c2b075166331b2b (diff) |
add jobID and description
-rw-r--r-- | app/templates/display_result.html | 8 |
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 |