aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-06-08 13:08:34 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-06-08 13:09:17 +0100
commit7a966002e6c9f94fb592efdf3a6346c85feb530b (patch)
tree3f7ba95a46238b3d0ae45d3f876d39c163b6ab4a /perllib/FixMyStreet/Cobrand/FixMyStreet.pm
parentaf93882df00779d70aee019bcbc24577767e9079 (diff)
Put admin URL in cobrand where it should be.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
index 8d6eb9ec8..c2ba60786 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
@@ -6,6 +6,10 @@ sub restriction {
return {};
}
+sub admin_base_url {
+ return 'https://secure.mysociety.org/admin/bci/';
+}
+
sub get_council_sender {
my ( $self, $area_id, $area_info ) = @_;