| 38 | |
| 39 | |
| 40 | class AllowlistDeleteForm(StarletteForm): |
| 41 | entry_id = HiddenField(_l("Entry ID"), validators=[DataRequired()]) |
| 42 | submit = SubmitField(_l("Delete"), name="allowlist_delete") |
| 43 | |
| 44 | |
| 45 | class AllowlistImportForm(StarletteForm): |
nothing calls this directly
no outgoing calls
no test coverage detected