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
@@ -1,48 +1,39 @@
## -*- coding: utf-8 -*-
-
-
-
- ${_('Reset You password')} - ${c.rhodecode_name}
-
-
-
-
-
-
+<%inherit file="base/root.html"/>
+
+<%def name="title()">
+ ${_('Reset You password')} - ${c.rhodecode_name}
+%def>
-
-
-
-
-
-
${_('Reset You password to')} ${c.rhodecode_name}
-
-
- ${h.form(url('password_reset'))}
-
- ${h.end_form()}
-
+
+
+
+
${_('Reset You password to')} ${c.rhodecode_name}
+
+
+ ${h.form(url('password_reset'))}
+
-
-
+ ${h.end_form()}
+
+