diff options
Diffstat (limited to 'app/views/help/about.rhtml')
-rw-r--r-- | app/views/help/about.rhtml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 0bde9c898..f87dc70fe 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -1,14 +1,6 @@ <% @title = "About" %> -<dt>Is this site still in development?</dt> - -<dd>Yes, that's right. The site is currently being tested and improved. -Feel free to make a test request, and <a href="/help/contact">let us know</a> how you -find it. The design and the name are not final. If you have any comments, -or would like to help test by sending a request to a public body that -we don't have yet, then <a href="/help/contact">contact us</a>. - -</dd> +<%= render :partial => 'help/alpha_notice' %> <div id="about_sidebar"> <h1>Contact Us</h1> @@ -60,9 +52,8 @@ If you like what we're doing, then you can <dd>By law public bodies must respond within 20 days, excluding weekends and any UK bank holidays. The date that the response is due by is shown on the -page for your request. If you have agreed to pay a fee, or if you had to give -follow up information to clarify your request, the legal date will be slightly -later. +page for your request. You will be emailed if this date goes by without +a response, so you can send the public body another note to hurry them up. </dd> </dl> |