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

Class PresetToggleForm

app/forms/admin.py:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66class PresetToggleForm(StarletteForm):
67 slug = HiddenField(_l("Slug"), validators=[DataRequired()])
68 enabled = BooleanField(_l("Enabled"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected