<%inherit file="/base/index.html"/>

Request password reset

${h.form(url(controller="account", action="handle_reset_request"), method="post")}
${h.text("email_addr")}
${h.submit("request", "Request")}
${h.end_form()}