aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-04-03 14:02:49 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-03 14:46:58 +0100
commit87e5520fbad2f3697f22e51b59d61fee1f313a9c (patch)
tree2529b5c47cb5083f9162bd94832299cc02cfcf18
parentd5c83b37ba27a9b80c74e778edf25f372d816a55 (diff)
[fixmystreet.com] Variant banner only on .com
-rwxr-xr-xtemplates/web/base/around/display_location.html2
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>