diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-15 13:13:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-15 13:13:05 +0000 |
commit | 3e12802c8cee34509bab7400a9cbc6aa2ad10d79 (patch) | |
tree | e77698cca5d6a9d1fbe1d5e2b1b4fdeb7283b29d | |
parent | 34c5f5df7123668d3cabfd097f768db2fd47caab (diff) |
Couple more templates need access to states for in-table display.
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 2 | ||||
-rw-r--r-- | templates/web/zurich/admin/reports.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index e4676b811..eb111418a 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -1,4 +1,4 @@ -[% INCLUDE 'admin/header.html' title=loc('Summary') -%] +[% PROCESS 'admin/header.html' title=loc('Summary') -%] [% PROCESS 'admin/report_blocks.html' %] [% status_message %] diff --git a/templates/web/zurich/admin/reports.html b/templates/web/zurich/admin/reports.html index 518ca80bc..5911934c8 100644 --- a/templates/web/zurich/admin/reports.html +++ b/templates/web/zurich/admin/reports.html @@ -1,4 +1,4 @@ -[% INCLUDE 'admin/header.html' title=loc('Search Reports') %] +[% PROCESS 'admin/header.html' title=loc('Search Reports') %] [% PROCESS 'admin/report_blocks.html' %] <form method="get" action="[% c.uri_for('reports') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> |