Convert radios on uploads preview page (basic)

This commit is contained in:
Tom Byers
2020-07-10 10:47:32 +01:00
parent ae59f602db
commit 8fa385220b
2 changed files with 12 additions and 3 deletions

View File

@@ -1414,7 +1414,7 @@ class LetterUploadPostageForm(StripWhitespaceForm):
def show_postage(self):
return len(self.postage.choices) > 1
postage = RadioField(
postage = GovukRadiosField(
'Choose the postage for this letter',
choices=[
('first', 'First class post'),