Change org type button to usa-radio style

This commit is contained in:
igorkorenfeld 2022-11-09 16:52:39 -05:00
parent fb4968cc17
commit ba2de84ff9
No known key found for this signature in database
GPG key ID: 826947A4B867F659
3 changed files with 32 additions and 20 deletions

View file

@ -57,7 +57,7 @@ class OrganizationForm(forms.Form):
("Yes", "Yes"),
("No", "No"),
],
widget=forms.RadioSelect,
widget=forms.RadioSelect(attrs={"class":"usa-radio__input"}),
)