summaryrefslogtreecommitdiffstats
path: root/app/views/my/account.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/my/account.html.erb')
-rw-r--r--app/views/my/account.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index 9d6910bce..47e945949 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -6,7 +6,7 @@
<h2><%=l(:label_my_account)%></h2>
<%= error_messages_for 'user' %>
-<% labelled_form_for :user, @user,
+<%= labelled_form_for :user, @user,
:url => { :action => "account" },
:html => { :id => 'my_account_form',
:method => :post } do |f| %>