From 6702f44f92e9c74fe6d2dd1c69c5418a15af178c Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 31 Mar 2016 13:53:00 +0100 Subject: [fixmystreet.com] Move country lookup client side. There's no need for the IP->country lookup, only used in JavaScript to display a banner, to require a call to the FixMyStreet server. --- templates/web/base/front/international_banner.html | 0 templates/web/fixmystreet.com/front/international_banner.html | 11 ----------- 2 files changed, 11 deletions(-) delete mode 100644 templates/web/base/front/international_banner.html delete mode 100644 templates/web/fixmystreet.com/front/international_banner.html (limited to 'templates') 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 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' -%] -
- Close -

- This site is for reporting problems in the UK. There are FixMyStreet sites - all over the world, or you - could set up your own using the FixMyStreet Platform. -

-
-[%- END -%] -- cgit v1.2.3