diff options
Diffstat (limited to 'app/views/request/new.rhtml')
-rw-r--r-- | app/views/request/new.rhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index a00b62a67..5d2b85ddb 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -71,6 +71,11 @@ response you get will also be published. </p> + <p class="form_note"> + <Strong>Can I request information about myself?</strong> + <a href="/help/about#data_protection">No! (Click here for details)</a> + </p> + <div class="form_button"> <%= f.hidden_field(:public_body_id, { :value => @info_request.public_body_id } ) %> <%= hidden_field_tag(:submitted_new_request, 1 ) %> |