re-added display result page

This commit is contained in:
Navan Chauhan 2020-09-22 14:09:28 +05:30
parent 5ad24bfceb
commit 1b070d1f7f
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{% extends 'base.html' %}
{% block main %}
<h2>Job ID: {{ job }}</h2>
<p>Succesfuly Submitted</p>
<b>Description: </b>{{description}}
{% endblock %}