aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-08-17 10:59:54 +0100
committerDave Arter <davea@mysociety.org>2018-08-17 11:41:22 +0100
commitb4ac7b676de16eb6acee9ac21a42cd11f759c7b7 (patch)
treefe61be9a6ba8fda64fecdfeae6a2833a4c0021c1 /perllib
parent3c4fdd6f60c52418e6a7382e66a55848072edad9 (diff)
[Lincolnshire] Add contact email address
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Lincolnshire.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm
index 2f31d9ac3..c2c66136b 100644
--- a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm
@@ -24,9 +24,15 @@ sub admin_user_domain { 'lincolnshire.gov.uk' }
sub base_url {
my $self = shift;
return $self->next::method() if FixMyStreet->config('STAGING_SITE');
- return 'https://lincolnshire.fixmystreet.com';
+ return 'https://fixmystreet.lincolnshire.gov.uk';
}
+sub contact_email {
+ my $self = shift;
+ return join( '@', 'confirm_support', 'lincolnshire.gov.uk' );
+}
+
+
sub example_places {
return ( 'LN1 1YL', 'Orchard Street, Lincoln' );
}