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

Class AllowlistImportForm

app/forms/admin.py:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class AllowlistImportForm(StarletteForm):
46 emails = TextAreaField(
47 _l("Email addresses (one per line or comma-separated)"),
48 validators=[DataRequired()],
49 )
50 submit = SubmitField(_l("Import"), name="allowlist_import")
51
52
53class RegistryImageActionForm(StarletteForm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected