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

Wombat Account Registration

Please fill out the form below to register for an account with Wombat. You will receive notification via email with your account information for future reference.

${h.form(url(controller="account", action="signup"), method="post")}
${h.text("user_email")}
${h.text("user_email_confirm")}
${h.text("user_name")}
${h.text("user_nick")}
${h.password("user_pass")}
${h.password("user_pass_confirm")}
Optional Information

The following information is for integration with the version control system. You won't need it until you start contributing to a project.

${h.text("user_vcs_user")}
${h.password("user_vcs_pass")}
${h.password("user_vcs_pass_confirm")}
${h.submit('register', 'Register')}
${h.end_form()}