diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index c1579cde6..a8cd37623 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -4,6 +4,7 @@

<%=l(:label_my_account)%>

+<%= error_messages_for 'user' %> <% form_for :user, @user, :url => { :action => "account" }, :builder => TabularFormBuilder,