diff options
-rwxr-xr-x | templates/web/fixmystreet/around/display_location.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/fixmystreet/around/display_location.html b/templates/web/fixmystreet/around/display_location.html index 1b02a3710..bad7c7af0 100755 --- a/templates/web/fixmystreet/around/display_location.html +++ b/templates/web/fixmystreet/around/display_location.html @@ -75,11 +75,10 @@ [% IF allow_creation %] <h1 class="big-green-banner"> - [% loc( 'Click map to report a problem' ) - IF c.cobrand.moniker == 'bromley'; - '<span>Yellow pins show existing reports</span>'; - END - %] + [% loc( 'Click map to report a problem' ) %] + [% IF c.cobrand.moniker == 'bromley' %] + <span>Yellow pins show existing reports</span> + [% END %] </h1> <p id="skip-this-step"> [% |