diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-07-29 10:26:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-07-29 10:26:53 +0100 |
commit | f87c4275b9fa76ce5f1af0cc952babecd9299481 (patch) | |
tree | 1f4a25dfd6b237d861e05cdafc41d16571a8a9d8 | |
parent | 6ec7f11a9b5a067875adbf718ead7a04d55aedf0 (diff) |
[fixmystreet.com] Fix external URL display.
-rw-r--r-- | templates/web/fixmystreet.com/static/unresponsive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/static/unresponsive.html b/templates/web/fixmystreet.com/static/unresponsive.html index 3f09533bf..ded9230f5 100644 --- a/templates/web/fixmystreet.com/static/unresponsive.html +++ b/templates/web/fixmystreet.com/static/unresponsive.html @@ -14,7 +14,7 @@ of only <strong>2%</strong> of councils that don’t accept reports from FixMyStreet. We’re sad about it too, but here’s some things you can do now:</p> - [% IF NOT body.external_url %] + [% IF body.external_url %] <a href="[% body.external_url %]" class="unresponsive-council-cta unresponsive-council-cta--primary"> <strong>Report your issue directly</strong> to <span class="unresponsive-council-name">[% body.name %]</span> on their website </a> |