diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-11-28 10:12:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-11-28 10:12:06 +0000 |
commit | 55bf67210e46074cd0d31b92c7b9d6ffd8817945 (patch) | |
tree | f376fc664ed47024300ad3b0244c5559d80d01ed | |
parent | 9702c3669eaf23350b4fd2c24b4614f82000a06d (diff) |
Fix broken template reference.
-rwxr-xr-x | templates/web/default/reports/ward.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/reports/ward.html b/templates/web/default/reports/ward.html index 8b65ffb28..4b2ea29a5 100755 --- a/templates/web/default/reports/ward.html +++ b/templates/web/default/reports/ward.html @@ -1 +1 @@ -[% INCLUDE reports/council.html %] +[% INCLUDE reports/body.html %] |