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

Class AllowlistDeleteForm

app/forms/admin.py:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40class AllowlistDeleteForm(StarletteForm):
41 entry_id = HiddenField(_l("Entry ID"), validators=[DataRequired()])
42 submit = SubmitField(_l("Delete"), name="allowlist_delete")
43
44
45class AllowlistImportForm(StarletteForm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected