diff options
-rw-r--r-- | app/views/help/contact.rhtml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/help/contact.rhtml b/app/views/help/contact.rhtml index 1b8e7f246..84addd88f 100644 --- a/app/views/help/contact.rhtml +++ b/app/views/help/contact.rhtml @@ -17,6 +17,12 @@ answer your question quicker. </p> + <p class="form_note"> + <strong>Note:</strong> This is for contacting the WhatDoTheyKnow + team only. If you are trying to send a new Freedom of Information + request to a public body, then <a href="/new">go here</a>. + </p> + <% if not @user %> <p> <label class="form_label" for="contact_name">Your name:</label> @@ -39,12 +45,6 @@ <%= f.text_area :message, :rows => 5, :cols => 50 %> </p> - <p class="form_note"> - <strong>Note:</strong> This is for contacting the WhatDoTheyKnow - team only. If you are trying to send a new Freedom of Information - request to part of the UK government, then <a href="/new">go here</a>. - </p> - <div class="form_button"> <%= hidden_field_tag(:submitted_contact_form, { :value => 1 } ) %> <%= submit_tag "Send message" %> |