diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-04-02 16:42:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-04-02 16:43:25 +0100 |
commit | 30f8efd756b630f402873281a512f864d5acbaa6 (patch) | |
tree | c2b42dd0cf924a5d663961971364296d8ac20562 /templates | |
parent | a2aac34ac9bb1e7f49a593d1440092b90a1e5041 (diff) |
They are divisions in Oxfordshire.
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/web/default/reports/body.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/default/reports/body.html b/templates/web/default/reports/body.html index cc0ba1a49..8a443a5fe 100755 --- a/templates/web/default/reports/body.html +++ b/templates/web/default/reports/body.html @@ -8,7 +8,9 @@ %] [% END %] -[% IF c.cobrand.is_council %] +[% IF c.cobrand.moniker == 'oxfordshire' %] + [% ward_text = 'View reports by division' %] +[% ELSIF c.cobrand.is_council %] [% ward_text = loc( 'View reports by ward' ) %] [% ELSE %] [% ward_text = loc( 'Wards of this council' ) %] |