aboutsummaryrefslogtreecommitdiff
path: root/app/templates/job_status_error.html
blob: 633e3478cfd60102411b65c1c0eb2bbb31bfd0d5 (plain)
1
2
3
4
5
6
{% extends 'base.html' %}

{% block main %}
    <h2>Job ID: {{ job }}</h2>
    <p>This Job ID does not exist 😠. If you think this is an error, please contact us.</p>
{% endblock %}