<%inherit file="/base/index.html"/>
${h.form(url(controller="auth", action="submit"), method="post")}

Wobmat Authentication

Please log in to your Wombat account using the information you provided when you registered. If you can't remember your password, you can retrieve it with this link.

${h.text("email")}
${h.password("password")}
${h.submit('login', 'Login')}
${h.end_form()}