diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index a117741f5..8e1e2ce47 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -6,12 +6,12 @@ use warnings; sub council_id { return 2237; } sub council_area { return 'Oxfordshire'; } -sub council_name { return 'Oxfordshire Council'; } +sub council_name { return 'Oxfordshire County Council'; } sub council_url { return 'oxfordshire'; } sub base_url { return FixMyStreet->config('BASE_URL') if FixMyStreet->config('STAGING_SITE'); - return 'https://fixmystreet.oxfordshire.gov.uk'; + return 'http://fixmystreet.oxfordshire.gov.uk'; } sub path_to_web_templates { |