diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-22 17:29:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-22 17:29:49 +0000 |
commit | 8ce92aa814d69fbdb221483450b95ca2d9267bce (patch) | |
tree | ffe7390362d5bc17de04676459008011026377c1 /perllib/FixMyStreet/Cobrand/Reading.pm | |
parent | e2cc014a4dc1728d78cbf8e076f1a15645d1e6e7 (diff) |
Cobrand specific example front page placeholder, start of layout tweaks, fix geocoding.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Reading.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Reading.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Reading.pm b/perllib/FixMyStreet/Cobrand/Reading.pm index 58d96c5ca..c8591924e 100644 --- a/perllib/FixMyStreet/Cobrand/Reading.pm +++ b/perllib/FixMyStreet/Cobrand/Reading.pm @@ -12,7 +12,9 @@ sub council_name { return 'Reading City Council'; } sub council_url { return 'reading'; } sub disambiguate_location { + my $self = shift; return { + %{ $self->SUPER::disambiguate_location() }, town => 'Reading', centre => '51.452983,-0.983827', span => '0.083355,0.1245', |