Commit ecc0476c6de54f14a340f9f60170eda290dfee88
1 parent
78a1f5fc
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
add id attribute
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/account/forgot_password.html.erb
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | <%= error_messages_for :change_password, :header_message => _('Instructions to password recovery could not be sent'), :message => nil %> |
4 | 4 | |
5 | -<%= form_tag do %> | |
5 | +<%= form_tag({:action => 'forgot_password'}, :method => 'post', :id => 'forgot-password-form') do %> | |
6 | 6 | <%= labelled_form_field fields_label, text_field_tag(:value) %> |
7 | 7 | |
8 | 8 | <div> | ... | ... |