aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-19 13:56:17 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-20 14:01:18 +0100
commitde0ecd612977259c721621917044357796a670d7 (patch)
tree3fd119fc4c6f0e6ce4a2fbdf452cc5963dabc49c
parentc88225882f16eef4a2f3002ea448c00fbbcf3713 (diff)
Add LGD area type to list of valid area types.
-rw-r--r--perllib/FixMyStreet/Cobrand/UK.pm2
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 }