aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
%]