diff options
-rw-r--r-- | app/views/help/about.rhtml | 27 | ||||
-rw-r--r-- | app/views/request/new.rhtml | 4 |
2 files changed, 16 insertions, 15 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index fefb81dea..42b311daf 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -329,7 +329,8 @@ you ask us to. <dd> <p>We publish your request on the Internet so that anybody can read it and -make use of the information that you have found. +make use of the information that you have found. We do not normally delete +requests (<a href="#delete_requests">more details</a>). </p> <p> Your name is tangled up with your request, so has to be published as well. @@ -388,20 +389,20 @@ ask a friend to. We don't have the resources to do this for everyone. <dd> - <p>WhatDoTheyKnow is a permanent, public archive of Freedom of - Information requests. Even though you may not find the response to - a request useful any more, it may be of interest to others. For this - reason, we will not delete requests. - </p> +<p>WhatDoTheyKnow is a permanent, public archive of Freedom of +Information requests. Even though you may not find the response to +a request useful any more, it may be of interest to others. For this +reason, we will not delete requests. +</p> - <p>Under exceptional circumstances we may remove or change your name - on the website, following similar policy as for the names of - public servants. See <a href="#takedown">Can you take down - personal information about me?</a>. - </p> +<p>Under exceptional circumstances we may remove or change your name +on the website, following similar policy as for the names of +public servants. Similarly, we may also remove other personal information. See +'<a href="#takedown">Can you take down personal information about me?</a>'. +</p> - <p>If you're worried about this before you make your request, - see the section on <a href="#real_name">pseudonyms</a>.</p> +<p>If you're worried about this before you make your request, +see the section on <a href="#real_name">pseudonyms</a>.</p> </dd> diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index aa9bf254d..b48966e2f 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -124,7 +124,7 @@ <p class="form_note"> Everything that you enter on this page, including <strong>your name</strong>, will be <strong>displayed publicly</strong> on - this website (<a href="/help/about/#public_request">why?</a>). + this website forever (<a href="/help/about/#public_request">why?</a>). If you are thinking of using a pseudonym, please <a href="/help/about/#real_name">read this first</a>. </p> @@ -132,7 +132,7 @@ <p class="form_note"> Everything that you enter on this page will be <strong>displayed publicly</strong> on - this website (<a href="/help/about/#public_request">why?</a>). + this website forever (<a href="/help/about/#public_request">why?</a>). </p> <% end %> |