aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/user/set_draft_profile_photo.rhtml10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/views/user/set_draft_profile_photo.rhtml b/app/views/user/set_draft_profile_photo.rhtml
index c41ab611e..a3d28cf92 100644
--- a/app/views/user/set_draft_profile_photo.rhtml
+++ b/app/views/user/set_draft_profile_photo.rhtml
@@ -14,8 +14,16 @@
<%= file_field_tag :file, :size => 35, :id => 'file_1' %>
</p>
- <p><strong>Privacy note:</strong> Your photo will be shown in public on the Internet,
+<ul>
+ <li>Your photo will be shown in public <strong>on the Internet</strong>,
wherever you do something on WhatDoTheyKnow.
+ </li>
+
+ <li>Please don't upload offensive pictures. We will take down images
+ that we consider inappropriate.
+ </li>
+</ul>
+
<p>
<%= hidden_field_tag 'submitted_draft_profile_photo', 1 %>