diff options
author | Francis Irving <francis@mysociety.org> | 2010-10-04 02:28:06 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-10-04 02:28:06 +0100 |
commit | d99d31e52603c07078c23085d82ee38fed48993f (patch) | |
tree | 1ccec1d9c6a3c639e65e9c3db620e1d43f3df3ac /app/controllers/request_controller.rb | |
parent | 43ffee46aa987db98363e1dc5f8d9d267e22b979 (diff) |
Move privacy questions into own page.
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 67fcf41ba..c8a75ff63 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -250,9 +250,9 @@ class RequestController < ApplicationController message = "" if @outgoing_message.contains_email? if @user.nil? - message += "<p>You do not need to include your email in the request in order to get a reply, as we will ask for it on the next screen (<a href=\"/help/about#email_address\">details</a>).</p>"; + message += "<p>You do not need to include your email in the request in order to get a reply, as we will ask for it on the next screen (<a href=\"/help/privacy#email_address\">details</a>).</p>"; else - message += "<p>You do not need to include your email in the request in order to get a reply (<a href=\"/help/about#email_address\">details</a>).</p>"; + message += "<p>You do not need to include your email in the request in order to get a reply (<a href=\"/help/privacy#email_address\">details</a>).</p>"; end message += "<p>We recommend that you edit your request and remove the email address. If you leave it, the email address will be sent to the authority, but will not be displayed on the site.</p>" |