aboutsummaryrefslogtreecommitdiff
path: root/app/templates/display_result.html
blob: 0174637faed8e44a07237c6d7d96d10bc7ebc365 (plain)
1
2
3
4
5
6
7
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 %}