add jobID and description
This commit is contained in:
parent
1b37426051
commit
d113a4973e
|
@ -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 %}
|
Loading…
Reference in New Issue