@@ -6,8 +6,10 | |||
|
6 | 6 | <h2><%=l(:label_my_account)%></h2> |
|
7 | 7 | <%= error_messages_for 'user' %> |
|
8 | 8 | |
|
9 |
<% labelled_form_for :user, @user, |
|
|
10 |
|
|
|
9 | <% labelled_form_for :user, @user, | |
|
10 | :url => { :action => "account" }, | |
|
11 | :html => { :id => 'my_account_form', | |
|
12 | :method => :post } do |f| %> | |
|
11 | 13 | <div class="splitcontentleft"> |
|
12 | 14 | <fieldset class="box tabular"> |
|
13 | 15 | <legend><%=l(:label_information_plural)%></legend> |
General Comments 0
You need to be logged in to leave comments.
Login now