mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
Change org type button to usa-radio style
This commit is contained in:
parent
fb4968cc17
commit
ba2de84ff9
3 changed files with 32 additions and 20 deletions
|
@ -57,7 +57,7 @@ class OrganizationForm(forms.Form):
|
|||
("Yes", "Yes"),
|
||||
("No", "No"),
|
||||
],
|
||||
widget=forms.RadioSelect,
|
||||
widget=forms.RadioSelect(attrs={"class":"usa-radio__input"}),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue