diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-06 17:05:41 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 10:31:33 +0000 |
commit | fb8e4d6f48c4354fc9cf071db287ead876fc0269 (patch) | |
tree | 8454c95ae34fc7318445867c2629a260e811a496 | |
parent | 2e1c10996a0a08b9bf50af05300fef5c253854e7 (diff) |
[Bromley] Add text about small electricals.
For kerbside domestic collections.
-rw-r--r-- | templates/web/bromley/waste/services.html | 3 | ||||
-rw-r--r-- | templates/web/bromley/waste/services_extra.html | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/bromley/waste/services.html b/templates/web/bromley/waste/services.html index c417e1790..121c6a2a3 100644 --- a/templates/web/bromley/waste/services.html +++ b/templates/web/bromley/waste/services.html @@ -1,3 +1,6 @@ +[% IF unit.service_id == 531 ~%] +[% domestic_collection = 1 ~%] +[% END ~%] [% IF unit.report_open %] <span class="waste-service-descriptor"> A [% unit.service_name FILTER lower %] collection has been reported as missed diff --git a/templates/web/bromley/waste/services_extra.html b/templates/web/bromley/waste/services_extra.html new file mode 100644 index 000000000..5c6fd8c4c --- /dev/null +++ b/templates/web/bromley/waste/services_extra.html @@ -0,0 +1,7 @@ +[% IF domestic_collection %] +<h3 class="govuk-heading-m waste-service-name">Batteries, small electrical items and textiles</h3> + +<p>Please only present one small bag each week as we cannot handle high +volumes. If we do not collect your items, please bring them back inside and +present them for collection next week.</p> +[% END %] |