From ecc0476c6de54f14a340f9f60170eda290dfee88 Mon Sep 17 00:00:00 2001 From: Marcelo JĂșnior Date: Wed, 7 Jan 2015 11:53:53 -0300 Subject: [PATCH] add id attribute --- app/views/account/forgot_password.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/forgot_password.html.erb b/app/views/account/forgot_password.html.erb index 3975daf..cde7b99 100644 --- a/app/views/account/forgot_password.html.erb +++ b/app/views/account/forgot_password.html.erb @@ -2,7 +2,7 @@ <%= error_messages_for :change_password, :header_message => _('Instructions to password recovery could not be sent'), :message => nil %> -<%= form_tag do %> +<%= form_tag({:action => 'forgot_password'}, :method => 'post', :id => 'forgot-password-form') do %> <%= labelled_form_field fields_label, text_field_tag(:value) %>
-- libgit2 0.21.2