teamid);
if (!$team) {
error_page("No such team");
}
page_head("Quit $team->name");
echo "
Please note before quitting a team:
- If you quit a team, you may rejoin later,
or join any other team you desire
- Quitting a team does not affect your personal credit
statistics in any way.
";
page_tail();
?>