diff options
author | Francis Irving <francis@mysociety.org> | 2010-01-28 10:37:19 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-01-28 10:37:19 +0000 |
commit | 58748671d31688e20934523e98ff8706aa114f65 (patch) | |
tree | e0e865872ccf0d411d71668c9348f84ae2bf1175 | |
parent | 5a8661096b0a5ae6fac74a827f80e6d47d1995b5 (diff) |
Comment about not including request_email
-rw-r--r-- | app/controllers/public_body_controller.rb | 3 |
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, |