Use service-specific page template for history

This commit is contained in:
Chris Hill-Scott
2019-10-21 16:29:05 +01:00
parent fce0397b55
commit 8db94eafc8
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends "withoutnav_template.html" %}
{% extends "withnav_template.html" %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/table.html" import list_table, field %}