diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-10-09 16:18:56 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-10-09 16:18:56 +0000 |
commit | 779823461b9d06cc495bf415cfd3dbebc273414a (patch) | |
tree | 3c801ff6ed820878e185a9e3c07c151c9eb2d07b /perllib | |
parent | 5d90fbb7597e6ad594e56d0df1ca92f7e41b9040 (diff) |
EastSussex: set is_two_tier
I appear to have left this commented out. Comments from both ESCC
and a district council (Wealden) on same day seem to point to this
as root of error.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/EastSussex.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/EastSussex.pm b/perllib/FixMyStreet/Cobrand/EastSussex.pm index 6099d74de..5081d13e8 100644 --- a/perllib/FixMyStreet/Cobrand/EastSussex.pm +++ b/perllib/FixMyStreet/Cobrand/EastSussex.pm @@ -8,7 +8,7 @@ sub council_id { return 2224; } sub council_area { return 'East Sussex'; } sub council_name { return 'East Sussex County Council'; } sub council_url { return 'eastsussex'; } -# sub is_two_tier { return 1; } +sub is_two_tier { return 1; } sub path_to_web_templates { my $self = shift; |