diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-14 15:11:57 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-12-09 12:50:07 +0000 |
commit | ee3920cb4d07788a6f75c567ad3b1755bba9186e (patch) | |
tree | e4b543e0b5f8efaef30e159135687a58645bca22 /perllib/FixMyStreet | |
parent | a19b5ed0ad1d77ae3cd263f3c297a5bd755bfcc3 (diff) |
[TfL] Own contact form and FAQ.
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/TfL.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/TfL.pm b/perllib/FixMyStreet/Cobrand/TfL.pm index 283c72371..d1ae347fc 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -20,6 +20,7 @@ sub council_url { return 'tfl'; } sub area_types { [ 'LBO' ] } sub is_council { 0 } +sub abuse_reports_only { 1 } sub send_questionnaires { 0 } sub category_change_force_resend { 1 } |