diff options
author | lizconlan <liz@mysociety.org> | 2016-11-28 11:32:08 +0000 |
---|---|---|
committer | lizconlan <liz@mysociety.org> | 2016-12-13 12:33:56 +0000 |
commit | b8920199aa25ef883ec4213729486f01539e2823 (patch) | |
tree | 4a42b43e980936d43343d34d166c6b69735ec24d | |
parent | d61e73eb3a0ce28d8da7af7a205f52c4c61f2d64 (diff) |
Add request reporting sections to the help/about page
-rw-r--r-- | lib/views/help/about.html.erb | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/lib/views/help/about.html.erb b/lib/views/help/about.html.erb index 36120f1..9f7d7d5 100644 --- a/lib/views/help/about.html.erb +++ b/lib/views/help/about.html.erb @@ -32,6 +32,34 @@ it must be kept confidential. </dd> + <dt id="reporting">What if I see a request I feel to be inappropriate? <a href="#reporting">#</a></dt> + <dd> + <p> + Requests for personal information and vexatious requests are not considered valid for FOI purposes (read more). + </p> + + <p> + If you believe a request is not suitable, you can report it for attention by the site administrators. + </p> + </dd> + + <dt id="reporting_unavailable">Why won't it let me report some requests? <a href="#reporting_unavailable">#</a></dt> + <dd> + <p> + If a request has already been reported to the site administrators, you + can't report it a second time - this is to prevent the administrators + being notified multiple times about the same issue before they've had + a chance to conduct a review. + </p> + + <p> + Where a request has been previously reported but an administrator has + chosen not to hide it from public view, you can use the form in the + sidebar of the request page to contact the administrators if you still + think it should be hidden. + </p> + </dd> + <dt id="who">Who makes <%= site_name %> ? <a href="#who">#</a> </dt> <dd><%= site_name %> runs on <a href="http://alaveteli.org">Alaveteli</a>, which was created and run by <a href="http://www.mysociety.org">mySociety</a>, and was initially <a href="http://www.mysociety.org/2006/12/06/funding-for-freedom-of-information/">funded by the JRSST Charitable Trust</a>. mySociety is a project of the @@ -49,4 +77,4 @@ <p><strong>Next</strong>, read about <a href="<%= help_requesting_path %>">making requests</a> --></p> <div id="hash_link_padding"></div> -</div>
\ No newline at end of file +</div> |