aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/fixmystreet.com/front/international_banner.html8
-rw-r--r--templates/web/fixmystreet.com/report/new/unresponsive_body.html2
2 files changed, 4 insertions, 6 deletions
diff --git a/templates/web/fixmystreet.com/front/international_banner.html b/templates/web/fixmystreet.com/front/international_banner.html
index 4e3a2fda6..303d52851 100644
--- a/templates/web/fixmystreet.com/front/international_banner.html
+++ b/templates/web/fixmystreet.com/front/international_banner.html
@@ -1,13 +1,11 @@
[% country = c.cobrand.get_country_for_ip_address(c.req.address) -%]
[%- IF country AND country != 'GB' -%]
-<div id="country_banner">
- <a href="#" id="message_close">Close</a>
- <p id="international_message">
- <span id="message">
+<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>.
- </span>
</p>
</div>
[%- END -%]
diff --git a/templates/web/fixmystreet.com/report/new/unresponsive_body.html b/templates/web/fixmystreet.com/report/new/unresponsive_body.html
index a1b41aaf5..2ad3b7992 100644
--- a/templates/web/fixmystreet.com/report/new/unresponsive_body.html
+++ b/templates/web/fixmystreet.com/report/new/unresponsive_body.html
@@ -5,7 +5,7 @@
[% IF category %]
<span class="refused-category">[% category | html %]</span>
[% END %]
- reports.
+ reports from third party reporting sites such as FixMyStreet.
</p>
<p>We can make your report public, but we can’t send it to the council.</p>
<a href="/unresponsive?body=[% body_id %][% IF category %];category=[% category | uri %][% END %]">What can I do instead?</a>