## -*- coding: utf-8 -*- ${_('Reset You password')} - ${c.rhodecode_name}
${_('Reset You password to rhodecode')}
${h.form(url('password_reset'))}
${h.text('email')}
${h.submit('send','Reset my password',class_="ui-button")}
${_('Your new password will be send to matching email address')}
${h.end_form()}