diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-15 15:42:27 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-15 22:06:50 +0100 |
commit | 470a7825dfe2ad0adede647475186351d9e07cf7 (patch) | |
tree | b01e7fdc71acd293ea7c59da86916d1698f16b34 | |
parent | ddfbb2a529ec5f5977a6f4d65aa52648cf2a707e (diff) |
[Cheshire East] COVID-19 message on .com.
-rw-r--r-- | templates/web/fixmystreet.com/report/new/_form_labels.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/report/new/_form_labels.html b/templates/web/fixmystreet.com/report/new/_form_labels.html new file mode 100644 index 000000000..670031dee --- /dev/null +++ b/templates/web/fixmystreet.com/report/new/_form_labels.html @@ -0,0 +1,9 @@ +[% IF bodies_to_list.values.0.name == 'Cheshire East Council' %] +<p class="box-warning"> +Message from Cheshire East Council: “At this time, we request that members of +the public only report highway issues that present a danger or hazard to +highway users, or could impact directly on a property or business, by calling +us on 0300 123 5020. We would request that any other issues are not reported at +this time.” +</p> +[% END ~%] |