diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index 00f161dea..04c137674 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -1,19 +1,11 @@ package FixMyStreet::Cobrand::FixMyStreet; use base 'FixMyStreet::Cobrand::UK'; -sub area_types { return qw(DIS LBO MTD UTA CTY COI); } -sub area_min_generation { 10 } - # FixMyStreet should return all cobrands sub restriction { return {}; } -sub enter_postcode_text { - my ( $self ) = @_; - return _("Enter a nearby GB postcode, or street name and area"); -} - sub admin_base_url { return 'https://secure.mysociety.org/admin/bci/'; } |