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 @@ -7,37 +7,37 @@
-
-
${_('Reset your password to')} ${c.rhodecode_name}
-
-
- ${h.form(url('password_reset'))} -
- -
+
+
${_('Reset your password to')} ${c.rhodecode_name}
+
+
+ ${h.form(url('password_reset'))} +
+ +
-
-
- -
-
- ${h.text('email')} -
-
+
+
+ +
+
+ ${h.text('email')} +
+
-
-
- ${h.submit('send',_('Reset my password'),class_="ui-btn large")} -
${_('Password reset link will be send to matching email address')}
-
-
-
-
- ${h.end_form()} +
+
+ ${h.submit('send',_('Reset my password'),class_="ui-btn large")} +
${_('Password reset link will be send to matching email address')}
+
+
+
+
+ ${h.end_form()} -
+