add jobID and description

This commit is contained in:
Navan Chauhan 2020-07-06 18:56:39 +05:30
parent 1b37426051
commit d113a4973e
1 changed files with 8 additions and 0 deletions

View File

@ -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 %}