diff --git a/rhodecode/templates/password_reset.html b/rhodecode/templates/password_reset.html --- a/rhodecode/templates/password_reset.html +++ b/rhodecode/templates/password_reset.html @@ -6,7 +6,7 @@
- +
${_('Reset your password to')} ${c.rhodecode_name}
@@ -15,7 +15,7 @@
- +
@@ -24,13 +24,13 @@ ${h.text('email')}
- +
${h.submit('send',_('Reset my password'),class_="ui-button")}
${_('Password reset link will be send to matching email address')}
-
+
${h.end_form()} @@ -38,7 +38,6 @@ YUE.onDOMReady(function(){ YUD.get('email').focus(); }) - - + + -