aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-08-22 15:39:40 +0100
committerStruan Donald <struan@exo.org.uk>2012-08-22 15:39:40 +0100
commit89e9282ee21295b08f02667eb2552bdf7b211b10 (patch)
tree16508b8f4a0e5cd636d2d92347e0368456ebe037
parent2dec5994ebb8752430466ced926ca163cba188b3 (diff)
sort out small issues from merge
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm8
-rw-r--r--templates/web/fixmystreet/report/display.html2
2 files changed, 1 insertions, 9 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
index 00f161dea..04c137674 100644
--- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
+++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
@@ -1,19 +1,11 @@
package FixMyStreet::Cobrand::FixMyStreet;
use base 'FixMyStreet::Cobrand::UK';
-sub area_types { return qw(DIS LBO MTD UTA CTY COI); }
-sub area_min_generation { 10 }
-
# FixMyStreet should return all cobrands
sub restriction {
return {};
}
-sub enter_postcode_text {
- my ( $self ) = @_;
- return _("Enter a nearby GB postcode, or street name and area");
-}
-
sub admin_base_url {
return 'https://secure.mysociety.org/admin/bci/';
}
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html
index 1adc1c1e7..8d0ada1a4 100644
--- a/templates/web/fixmystreet/report/display.html
+++ b/templates/web/fixmystreet/report/display.html
@@ -7,7 +7,7 @@
title = problem_title
rss = [ loc('Updates to this problem, FixMyStreet'), "/rss/$problem.id" ]
robots = 'index, nofollow'
- bodyclass = 'mappage'
+ bodyclass = 'mappage';
allow_creation = !c.cobrand.only_authed_can_create || (c.user && c.user.from_council);
%]