aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-07-29 10:26:53 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-07-29 10:26:53 +0100
commitf87c4275b9fa76ce5f1af0cc952babecd9299481 (patch)
tree1f4a25dfd6b237d861e05cdafc41d16571a8a9d8 /templates
parent6ec7f11a9b5a067875adbf718ead7a04d55aedf0 (diff)
[fixmystreet.com] Fix external URL display.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/fixmystreet.com/static/unresponsive.html2
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>