vanikam/web_ui/templates/identity/employee_exit_organization.html

14 lines
331 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exit organization | Vanikam</title>
</head>
<body>
<form action="/owner/delete/user" method="post">
<button type="submit">Exit organization</button>
</form>
</body>
</html>