diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/user/set_crop_profile_photo.rhtml | 2 | ||||
-rw-r--r-- | app/views/user/set_draft_profile_photo.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/user/set_crop_profile_photo.rhtml b/app/views/user/set_crop_profile_photo.rhtml index 503d1fbab..7390f78a6 100644 --- a/app/views/user/set_crop_profile_photo.rhtml +++ b/app/views/user/set_crop_profile_photo.rhtml @@ -9,7 +9,7 @@ <div id="set_crop_profile_photo"> -<% form_tag 'set_profile_photo', :id => 'set_crop_profile_photo_form', :multipart => true do %> +<% form_tag 'set_photo', :id => 'set_crop_profile_photo_form', :multipart => true do %> <table> <tr> diff --git a/app/views/user/set_draft_profile_photo.rhtml b/app/views/user/set_draft_profile_photo.rhtml index 16a729948..de8566651 100644 --- a/app/views/user/set_draft_profile_photo.rhtml +++ b/app/views/user/set_draft_profile_photo.rhtml @@ -8,7 +8,7 @@ <div id="set_draft_profile_photo"> -<% form_tag 'set_profile_photo', :id => 'set_draft_profile_photo_form', :multipart => true do %> +<% form_tag 'set_photo', :id => 'set_draft_profile_photo_form', :multipart => true do %> <p> <label class="form_label" for="file_1">Photo of you:</label> <%= file_field_tag :file, :size => 35, :id => 'file_1' %> |