diff options
author | francis <francis> | 2008-03-17 11:17:17 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-17 11:17:17 +0000 |
commit | a65f7d18cb4fd466e5ba013f544f6723119b3469 (patch) | |
tree | d58f05ddc16b737509cdeb50781a2db08d1b8ca0 | |
parent | 270e7c1ab28ef161bf39628db1d33b049941c2c5 (diff) |
Don't really need the reference to public body id I don't think.
-rw-r--r-- | app/views/request_mailer/initial_request.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request_mailer/initial_request.rhtml b/app/views/request_mailer/initial_request.rhtml index 3876944d7..d96e6e8aa 100644 --- a/app/views/request_mailer/initial_request.rhtml +++ b/app/views/request_mailer/initial_request.rhtml @@ -3,6 +3,6 @@ ------------------------------------------------------------------- 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 BODY<%= @info_request.public_body.id%>. -We'll make sure future ones go to the right place. +let us know by emailing <%=@contact_email%>. We'll make sure future ones go to +the right place. ------------------------------------------------------------------- |