diff options
author | francis <francis> | 2008-02-14 10:36:23 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-14 10:36:23 +0000 |
commit | b21ded05ccbcd3043305c936e3d2aa37ae170dd5 (patch) | |
tree | 0107980344b32cbdf91ac618e549fb6afe17be2c | |
parent | 53fe38290e789d7e4f6c6e98122727a2b4e0f6b9 (diff) |
Make requests more incognito - remove disclaimer.
-rw-r--r-- | app/views/request_mailer/followup.rhtml | 8 | ||||
-rw-r--r-- | app/views/request_mailer/initial_request.rhtml | 10 |
2 files changed, 2 insertions, 16 deletions
diff --git a/app/views/request_mailer/followup.rhtml b/app/views/request_mailer/followup.rhtml index f98a0ea3f..c379b291d 100644 --- a/app/views/request_mailer/followup.rhtml +++ b/app/views/request_mailer/followup.rhtml @@ -1,11 +1,3 @@ <%= @outgoing_message.body.strip %> -------------------------------------------------------------------- -Disclaimer: This message and all responses to it are public. Any -reply that you make will be published on the Internet at this -location: <%= main_url(request_url(@info_request)) %> - -Sent using GovernmentSpy, a project of UKCOD, registered charity number 1076346. -------------------------------------------------------------------- - <%= @outgoing_message.quoted_part_to_append_to_email.strip %> diff --git a/app/views/request_mailer/initial_request.rhtml b/app/views/request_mailer/initial_request.rhtml index 564c3f5fb..3876944d7 100644 --- a/app/views/request_mailer/initial_request.rhtml +++ b/app/views/request_mailer/initial_request.rhtml @@ -1,14 +1,8 @@ <%= @outgoing_message.body.strip %> ------------------------------------------------------------------- -Disclaimer: This message and all responses to it are public. Any reply that you -make will be published on the Internet. - -Sent using GovernmentSpy, a project of UKCOD, registered charity number 1076346. - Is <%= @info_request.public_body.request_email%> the wrong address for Freedom of Information requests to <%= @info_request.public_body.name%>? If so please -let us know by emailing <%=@contact_email%> quoting reference PB<%= -@info_request.public_body.id%>. We'll make sure future ones go to the right -place. +let us know by emailing <%=@contact_email%> quoting reference BODY<%= @info_request.public_body.id%>. +We'll make sure future ones go to the right place. ------------------------------------------------------------------- |