diff --git a/app/views/user/lost_password.html.erb b/app/views/user/lost_password.html.erb
index 3a7542294..cf7f9b7d0 100644
--- a/app/views/user/lost_password.html.erb
+++ b/app/views/user/lost_password.html.erb
@@ -8,6 +8,6 @@
<%= text_field('user', 'email', { :tabindex => 1} ) %>
-
+ <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
<% end %>
diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb
index 25339c1f4..2b1138666 100644
--- a/app/views/user/new.html.erb
+++ b/app/views/user/new.html.erb
@@ -65,8 +65,7 @@
<%= t 'user.new.openid no password' %>
-
- <%= submit_tag t('user.new.continue'), :tabindex => 6 %>
+ <%= submit_tag t('user.new.continue'), :tabindex => 6 %>
<% end %>
diff --git a/app/views/user/reset_password.html.erb b/app/views/user/reset_password.html.erb
index 579f24270..3f011a5fd 100644
--- a/app/views/user/reset_password.html.erb
+++ b/app/views/user/reset_password.html.erb
@@ -15,6 +15,6 @@
<%= password_field(:user, :pass_crypt_confirmation, {:value => '', :tabindex => 5}) %>
-
+ <%= submit_tag t('user.reset_password.reset'), :tabindex => 6 %>
<% end %>
diff --git a/app/views/user_blocks/edit.html.erb b/app/views/user_blocks/edit.html.erb
index 0b928de54..0eee8a6f6 100644
--- a/app/views/user_blocks/edit.html.erb
+++ b/app/views/user_blocks/edit.html.erb
@@ -28,4 +28,4 @@
<%= f.submit t('user_block.edit.submit') %>
-<% end %>
\ No newline at end of file
+<% end %>