diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-06 13:12:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-06 13:12:53 +0000 |
commit | c46b06e6376e4e522604d3dbee94e215dca4955c (patch) | |
tree | e0cb852e1b42ec723553076592088518ac2ece70 /templates/web | |
parent | cfcdf83008e296a889e0eab1842e211ee5e09d36 (diff) | |
parent | 9d391efe1f05eaab3bfc25a3c44b2d6a77879904 (diff) |
Merge branch '1299-banner'
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/fixmystreet.com/front/international_banner.html | 8 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/report/new/unresponsive_body.html | 2 |
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> |