mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-01 06:40:54 -05:00
There’s a lot of repeated code in our Jinja templates for the settings page. We already have a `boolean_field` component, but it’s not used anywhere (it was just lifted from Digital Marketplace). So this commit changes the `boolean_field` component to be useful for our on/off use case, and wires it into the settings page.