MCPcopy Create free account
hub / github.com/hunvreus/devpush / TeamLeaveForm

Class TeamLeaveForm

app/forms/team.py:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220
221class TeamLeaveForm(StarletteForm):
222 team_id = HiddenField(validators=[DataRequired()])
223 submit = SubmitField(_l("Leave team"))
224
225
226class TeamInviteAcceptForm(StarletteForm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected