From eac4b97cc34092888a07a22044abc8a93bc42531 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 25 Jun 2020 16:24:34 +0100 Subject: [PATCH] Convert radios on user page (basic) Covers the page for both new and existing users. --- app/main/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/forms.py b/app/main/forms.py index 629d04c5e..c6a19adb7 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -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'),