diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/new.rhtml | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index bf5fbd78d..775e61576 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -116,12 +116,27 @@ <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 - on this page will be displayed publicly on this website. Any - response you get will also be published. - <a href="/help/about#privacy">See our privacy policy</a>. - </p> + <% if !@user %> + <p class="form_note"> + All information that you enter + on this page, including <strong>your name</strong>, will be + <strong>displayed publicly</strong> on this website + (<a href="/help/about/#public_request">why?</a>). + </p> + <p class="form_note"> + We encourage you to use + your real name, but you may use a pseudonym if you + <a href="/help/about/#real_name">read this first</a>. + Any response you get will also be published. + </p> + <% else %> + <p class="form_note"> + <strong>Privacy warning:</strong> All information that you enter + on this page will be displayed publicly on this website. Any + response you get will also be published. + <a href="/help/about#privacy">See our privacy policy</a>. + </p> + <% end %> <p class="form_note"> <strong>Can I request information about myself?</strong> |