## -*- coding: utf-8 -*-
<%inherit file="base/root.html"/>
<%def name="title()">
${_('Password Reset')}
%if c.rhodecode_name:
· ${c.rhodecode_name}
%endif
%def>
<%include file="/base/flash_msg.html"/>
%if c.rhodecode_name:
${_('Reset your Password to %s') % c.rhodecode_name}
%else:
${_('Reset your Password')}
%endif
${h.form(url('password_reset'))}
${h.end_form()}
%if c.captcha_active:
%endif