diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-06-08 13:08:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-06-08 13:09:17 +0100 |
commit | 7a966002e6c9f94fb592efdf3a6346c85feb530b (patch) | |
tree | 3f7ba95a46238b3d0ae45d3f876d39c163b6ab4a /perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |
parent | af93882df00779d70aee019bcbc24577767e9079 (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.pm | 4 |
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 ) = @_; |