## -*- coding: utf-8 -*- <%inherit file="base/root.html"/> <%block name="title"> ${_('Password Reset')}
<%include file="/base/flash_msg.html"/>
${h.form(url('password_reset'))}
${h.text('email')}
%if c.captcha_active:
${h.hidden('recaptcha_field')}
%endif
${h.submit('send',_('Send Password Reset Email'),class_="btn")}
${_('Password reset link will be sent to the email address matching your username.')}
${h.end_form()} %if c.captcha_active: %endif