diff options
-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"> |