diff options
author | Dave Arter <davea@mysociety.org> | 2018-07-25 15:02:51 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-08-17 11:04:19 +0100 |
commit | a54f015bf0908f28aa5a528a4395062e51bca9fc (patch) | |
tree | 0207b61643a611f3f281463832632fc4e7c3f0e4 /perllib/FixMyStreet | |
parent | 8cb425d738b1b7dbc60fbdeb3400185737d9a77b (diff) |
[Lincolnshire] Send ‘report logged’ emails; don’t show FMS ID on confirmation page
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Lincolnshire.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm index 833fbff12..59e5dc6f4 100644 --- a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm +++ b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm @@ -17,6 +17,8 @@ sub is_two_tier { 1 } sub enable_category_groups { 1 } +sub report_sent_confirmation_email { 1 } + sub example_places { return ( 'LN1 1YL', 'Orchard Street, Lincoln' ); } |