aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-07-20 00:49:39 +0100
committerFrancis Irving <francis@mysociety.org>2010-07-20 00:49:39 +0100
commitefc9441746400f48a2cbb6b1c5a0eb2ec667a8fd (patch)
treebc17b7ef2671c316cdb3486feea5f6dddef3c963 /app
parentb70954d33cf16cfca7c59be24e4ac806f873ead0 (diff)
Put some things under a /profile URL to namespace it better
Diffstat (limited to 'app')
-rw-r--r--app/views/user/set_crop_profile_photo.rhtml2
-rw-r--r--app/views/user/set_draft_profile_photo.rhtml2
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' %>