mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-10 20:34:41 -04:00
Proof of concept for the GovukRadiosField class. Includes the removal of the a DataRequired validator. This doesn't seem to be needed as the RadioField superclass catches any submissions without any data from field.choices in its pre_validate method (which also outputs the correct error message).