diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-03-28 16:09:39 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2018-04-05 11:01:21 +0100 |
commit | 80c8e26ee76f1fdefcbe5b61ce23db21a3c297cb (patch) | |
tree | cd5e6e8a6ffd911a0e5fa09a0d1eef48df1efd4a | |
parent | 21c26c2b2418f5a615f736ac357a5e54b121d861 (diff) |
[UK] Remove "FMS" from council dashboard header
-rw-r--r-- | templates/web/fixmystreet.com/reports/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/reports/summary.html b/templates/web/fixmystreet.com/reports/summary.html index d796f9b64..1b48d68b4 100644 --- a/templates/web/fixmystreet.com/reports/summary.html +++ b/templates/web/fixmystreet.com/reports/summary.html @@ -9,7 +9,7 @@ [% INCLUDE 'header.html', title = loc('Dashboard'), bodyclass => 'dashboard fullwidthpage' %] <div class="dashboard-header"> - <h1>FMS [% loc('Dashboard') %] – [% body.name %]</h1> + <h1>[% loc('Dashboard') %] – [% body.name %]</h1> </div> [% IF body.send_method == 'Email' OR body.send_method == '' %] |