diff options
-rw-r--r-- | app/views/request/new.rhtml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index a35d2addc..3a027e86a 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -116,11 +116,12 @@ <script type="text/javascript">document.write('<input name="doSpell" type="button" value="Check spelling" onClick="openSpellChecker(document.getElementById(\'write_form\').body);"/> (optional)')</script> </div> - <p class="form_note"> - <strong>Privacy warning:</strong> All information that you enter, except - for your email address, will be displayed publically on this website. Any - response you get will also be published. - </p> + <p class="form_note"> + <strong>Privacy warning:</strong> All information that you enter + on this page will be displayed publically on this website. Any + response you get will also be published. + <a href="/help/about#privacy">See our privacy policy</a>. + </p> <p class="form_note"> <strong>Can I request information about myself?</strong> |