aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Northamptonshire.pm5
-rw-r--r--templates/web/northamptonshire/report/new/top_message.html0
2 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm
index 77af588ef..3af291a54 100644
--- a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm
@@ -33,6 +33,11 @@ sub disambiguate_location {
};
}
+sub categories_restriction {
+ my ($self, $rs) = @_;
+ return $rs->search( [ { 'body.name' => 'Northamptonshire County Council' } ], { join => { body => 'body_areas' } });
+}
+
sub send_questionnaires { 0 }
sub on_map_default_status { 'open' }
diff --git a/templates/web/northamptonshire/report/new/top_message.html b/templates/web/northamptonshire/report/new/top_message.html
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/templates/web/northamptonshire/report/new/top_message.html