diff --git a/app/views/devise/registrations/_password_details.html.erb b/app/views/devise/registrations/_password_details.html.erb index 26cf54b..7d9a06d 100644 --- a/app/views/devise/registrations/_password_details.html.erb +++ b/app/views/devise/registrations/_password_details.html.erb @@ -1,43 +1,33 @@ -<%= form_for(resource, as: resource_name, url: registration_path(resource_name, tab: 'password-details-tab'), html: {method: :put, id: "password_details_registration_form", class: "form-horizontal"}) do |f| %> +<%= form_for(resource, as: resource_name, url: registration_path(resource_name, tab: 'password-details-tab'), html: {method: :put, id: "password_details_registration_form" }) do |f| %>
<%= _('If you would like to change your password please complete the following fields.') %>
<%= hidden_field_tag :skip_personal_details, "true" %> -<%= _("Please note that your email address is used as your username. If you change this, remember to use your new email address on sign in.") %>
<%= _('You can edit any of the details below.') %>
- <%= hidden_field_tag :unlink_flag, "false", id: "unlink_flag" %> + <%= hidden_field_tag :unlink_flag, "false", id: 'unlink_flag' %> <%= hidden_field_tag :skip_personal_details, "false" %> -