diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-20 02:09:52 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-20 02:09:52 +0100 |
commit | 09a4d1bcd59a8d040cb6c10bc35152e2498a30c3 (patch) | |
tree | 33145323d4804a43a45b66403191854b5c23c441 | |
parent | 27a981ba79c257298b63b57bcbaaaddcd0a68c32 (diff) |
Slightly better text on photo upload
-rw-r--r-- | app/views/user/set_draft_profile_photo.rhtml | 10 |
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 %> |