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 @@ -2,13 +2,34 @@ <%inherit file="base/root.html"/> <%def name="title()"> - ${_('Password Reset')} · ${c.rhodecode_name} + ${_('Password Reset')} + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif %def> + +
+