diff options
-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' ) %] |