diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index a8cd37623..bf0b08297 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -6,8 +6,8 @@

<%=l(:label_my_account)%>

<%= error_messages_for 'user' %> -<% form_for :user, @user, :url => { :action => "account" }, - :builder => TabularFormBuilder, +<% form_for :user, @user, :url => { :action => "account" }, + :builder => TabularFormBuilder, :lang => current_language, :html => { :id => 'my_account_form' } do |f| %>