re-added display result page
This commit is contained in:
parent
5ad24bfceb
commit
1b070d1f7f
|
@ -0,0 +1,7 @@
|
||||||
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
|
{% block main %}
|
||||||
|
<h2>Job ID: {{ job }}</h2>
|
||||||
|
<p>Succesfuly Submitted</p>
|
||||||
|
<b>Description: </b>{{description}}
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue