diff options
-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. ------------------------------------------------------------------- |