aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/front/international_banner.html0
-rw-r--r--templates/web/fixmystreet.com/front/international_banner.html11
2 files changed, 0 insertions, 11 deletions
diff --git a/templates/web/base/front/international_banner.html b/templates/web/base/front/international_banner.html
deleted file mode 100644
index e69de29bb..000000000
--- a/templates/web/base/front/international_banner.html
+++ /dev/null
diff --git a/templates/web/fixmystreet.com/front/international_banner.html b/templates/web/fixmystreet.com/front/international_banner.html
deleted file mode 100644
index 303d52851..000000000
--- a/templates/web/fixmystreet.com/front/international_banner.html
+++ /dev/null
@@ -1,11 +0,0 @@
-[% country = c.cobrand.get_country_for_ip_address(c.req.address) -%]
-[%- IF country AND country != 'GB' -%]
-<div class="top_banner top_banner--country">
- <a href="#" class="top_banner__close">Close</a>
- <p>
- This site is for reporting <strong>problems in the UK</strong>. There are FixMyStreet sites
- <a href="http://www.fixmystreet.org/sites/">all over the world</a>, or you
- could set up your own using the <a href="http://www.fixmystreet.org/">FixMyStreet Platform</a>.
- </p>
-</div>
-[%- END -%]