about summary refs log tree commit diff
path: root/uploader/templates/jobs/job-not-found.html
blob: a71e66f4909d774c47336e5d55dffdeb3e4eddd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{%extends "base.html"%}

{%from "flash_messages.html" import flash_all_messages%}

{%block title%}Background Jobs{%endblock%}

{%block pagetitle%}Background Jobs{%endblock%}

{%block contents%}
<p>Could not find job with ID: {{job_id}}</p>
{%endblock%}