diff options
author | Struan Donald <struan@exo.org.uk> | 2019-03-26 10:38:04 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-03-26 10:38:04 +0000 |
commit | 8b0566fff552f7afb87da3e6282a20e4f1f6c3dc (patch) | |
tree | 8a42af03cd05baa697c7a5ebc776c2b6707fc1ff | |
parent | 2d11680aae1bfc956479055414235e939e211f44 (diff) |
[fixmystreet.com] remove Northamptonshire unresponsive text
-rw-r--r-- | templates/web/fixmystreet.com/report/new/unresponsive_body.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/static/unresponsive.html | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/templates/web/fixmystreet.com/report/new/unresponsive_body.html b/templates/web/fixmystreet.com/report/new/unresponsive_body.html index 54a9fb195..900958d6d 100644 --- a/templates/web/fixmystreet.com/report/new/unresponsive_body.html +++ b/templates/web/fixmystreet.com/report/new/unresponsive_body.html @@ -1,6 +1,6 @@ [% SET first = body_id.keys.first; # Might be more than one, but showing one will do -SET soon = bodies.$first.name == 'Northamptonshire County Council' %] +SET soon = 0 %] <div class="box-warning"> <h1>Important message</h1> <p> diff --git a/templates/web/fixmystreet.com/static/unresponsive.html b/templates/web/fixmystreet.com/static/unresponsive.html index f2b7a13a9..5d9b4bfab 100644 --- a/templates/web/fixmystreet.com/static/unresponsive.html +++ b/templates/web/fixmystreet.com/static/unresponsive.html @@ -2,12 +2,6 @@ title = 'Unresponsive councils: What you can do', bodyclass = 'unresponsive-council fullwidthpage' %] -[% IF body.name == 'Northamptonshire County Council' ~%] - [% PROCESS static/unresponsive_northants.html %] - [% INCLUDE footer.html %] - [% RETURN %] -[% END %] - <div class="unresponsive-council__header"> <h1>Bad news :(</h1> <p><strong class="unresponsive-council-name">[% body.name %]</strong> no |