| 219 | |
| 220 | |
| 221 | class TeamLeaveForm(StarletteForm): |
| 222 | team_id = HiddenField(validators=[DataRequired()]) |
| 223 | submit = SubmitField(_l("Leave team")) |
| 224 | |
| 225 | |
| 226 | class TeamInviteAcceptForm(StarletteForm): |
nothing calls this directly
no outgoing calls
no test coverage detected