diff options
-rwxr-xr-x | templates/web/base/around/display_location.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/around/display_location.html b/templates/web/base/around/display_location.html index c97612beb..ba7a0e570 100755 --- a/templates/web/base/around/display_location.html +++ b/templates/web/base/around/display_location.html @@ -74,7 +74,7 @@ <span>[% loc('Place pin on map') %]</span> </div> - [% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] + [% IF c.config.BASE_URL == "https://www.fixmystreet.com" AND c.cobrand.moniker == 'fixmystreet' %] <h1 class="big-green-banner banner-position-variant-1"> [% loc( 'Click map to report a problem' ) %] </h1> |