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.erb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index e3bcd4504..f59c3dd1d 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -6,9 +6,7 @@
<h2><%=l(:label_my_account)%></h2>
<%= error_messages_for 'user' %>
-<% form_for :user, @user, :url => { :action => "account" },
- :builder => TabularFormBuilder,
- :lang => current_language,
+<% labelled_form_for :user, @user, :url => { :action => "account" },
:html => { :id => 'my_account_form' } do |f| %>
<div class="splitcontentleft">
<fieldset class="box tabular">