diff options
-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 } |