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

Enter new password

${h.form(url(controller="account", action="handle_reset", id=c.id), method="post")}
${h.password("new_password")}
${h.password("new_password_conf")}
${h.submit("reset password", "Reset password")}
${h.end_form()}