aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-10-06 17:05:41 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-11-11 10:31:33 +0000
commitfb8e4d6f48c4354fc9cf071db287ead876fc0269 (patch)
tree8454c95ae34fc7318445867c2629a260e811a496
parent2e1c10996a0a08b9bf50af05300fef5c253854e7 (diff)
[Bromley] Add text about small electricals.
For kerbside domestic collections.
-rw-r--r--templates/web/bromley/waste/services.html3
-rw-r--r--templates/web/bromley/waste/services_extra.html7
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 %]