Convert radios on user page (basic)

Covers the page for both new and existing users.
This commit is contained in:
Tom Byers
2020-06-25 16:24:34 +01:00
parent 8fa385220b
commit eac4b97cc3

View File

@@ -981,7 +981,7 @@ class BasePermissionsForm(StripWhitespaceForm):
'Folders this team member can see',
field_label='folder')
login_authentication = RadioField(
login_authentication = GovukRadiosField(
'Sign in using',
choices=[
('sms_auth', 'Text message code'),