diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-19 13:56:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 14:01:18 +0100 |
commit | de0ecd612977259c721621917044357796a670d7 (patch) | |
tree | 3fd119fc4c6f0e6ce4a2fbdf452cc5963dabc49c | |
parent | c88225882f16eef4a2f3002ea448c00fbbcf3713 (diff) |
Add LGD area type to list of valid area types.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/UK.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/UK.pm b/perllib/FixMyStreet/Cobrand/UK.pm index 35539ac38..c938565d1 100644 --- a/perllib/FixMyStreet/Cobrand/UK.pm +++ b/perllib/FixMyStreet/Cobrand/UK.pm @@ -9,7 +9,7 @@ sub path_to_web_templates { } sub country { return 'GB'; } -sub area_types { return qw(DIS LBO MTD UTA CTY COI); } +sub area_types { return qw(DIS LBO MTD UTA CTY COI LGD); } sub area_types_children { return @$mySociety::VotingArea::council_child_types } sub area_min_generation { 10 } |