aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/public_body_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb
index 192740217..176cf8774 100644
--- a/app/controllers/public_body_controller.rb
+++ b/app/controllers/public_body_controller.rb
@@ -109,6 +109,7 @@ class PublicBodyController < ApplicationController
title << [
'Name',
'Short name',
+ # deliberately not including 'Request email'
'URL name',
'Tags',
'Home page',
@@ -122,6 +123,8 @@ class PublicBodyController < ApplicationController
title << [
public_body.name,
public_body.short_name,
+ # DO NOT include request_email (we don't want to make it
+ # easy to spam all authorities with requests)
public_body.url_name,
public_body.tag_string,
public_body.calculated_home_page,