diff options
author | francis <francis> | 2008-09-22 03:27:05 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-22 03:27:05 +0000 |
commit | 775886ff3989394164c8745109b030763e85917c (patch) | |
tree | 0ba99e0cf6260ca513c88c999c92bb7a8d446f07 | |
parent | eddb5056a86c779d6ac4d0d8d9553bd075169d99 (diff) |
Link to contact form, rather than email.
-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 2f9cc9fee..10fc5e1a6 100644 --- a/app/views/request_mailer/initial_request.rhtml +++ b/app/views/request_mailer/initial_request.rhtml @@ -7,6 +7,6 @@ http://www.whatdotheyknow.com/help/about#officers Is <%= @info_request.public_body.request_email%> the wrong address for <%= @info_request.law_used_full %> requests to <%= @info_request.public_body.name%>? -If so please let us know by emailing <%=@contact_email%> - we'll make -sure future ones go to the right place. +If so please contact us using this form: +http://www.whatdotheyknow.com/help/contact ------------------------------------------------------------------- |