aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-07-01 13:38:24 +0100
committerDave Arter <davea@mysociety.org>2019-08-16 14:24:26 +0100
commitdc1dbaa7f7e76041ff1e280d4f79d43b57f19345 (patch)
tree2eed8125f3e93ad8f8b81c59cd1e533a065a724d
parent1c321715d1b0a3bec2fd547c0aa14432c87ee026 (diff)
[Westminster] Message for burst water main.
-rw-r--r--web/cobrands/westminster/assets.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/westminster/assets.js b/web/cobrands/westminster/assets.js
index 96fca44ab..20ee70443 100644
--- a/web/cobrands/westminster/assets.js
+++ b/web/cobrands/westminster/assets.js
@@ -113,4 +113,10 @@ $(function(){
});
});
+fixmystreet.message_controller.register_category({
+ body: defaults.body,
+ category: 'Burst water main',
+ message: 'To report a burst water main, please <a href="https://www.thameswater.co.uk/help-and-advice/Report-a-problem/Report-a-problem">contact Thames Water</a>'
+});
+
})();