aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/jobs')
-rw-r--r--gn2/wqflask/templates/jobs/debug.html2
-rw-r--r--gn2/wqflask/templates/jobs/no-such-job.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/jobs/debug.html b/gn2/wqflask/templates/jobs/debug.html
index 828ab1cc..a97900d4 100644
--- a/gn2/wqflask/templates/jobs/debug.html
+++ b/gn2/wqflask/templates/jobs/debug.html
@@ -1,4 +1,4 @@
-{%extends "base.html"%}
+{% extends "index_page.html" %}
{%block title%}Debug Job{% endblock%}
{%block css%}
{%endblock%}
diff --git a/gn2/wqflask/templates/jobs/no-such-job.html b/gn2/wqflask/templates/jobs/no-such-job.html
index 6fe7d014..e4cbe971 100644
--- a/gn2/wqflask/templates/jobs/no-such-job.html
+++ b/gn2/wqflask/templates/jobs/no-such-job.html
@@ -1,4 +1,4 @@
-{%extends "base.html"%}
+{% extends "index_page.html" %}
{%block title%}No Such Job{% endblock%}
{%block css%}
{%endblock%}