Convert radios on edit postage page (basic)

This commit is contained in:
Tom Byers
2020-07-03 12:18:08 +01:00
parent 641f03cb5b
commit ae59f602db
2 changed files with 2 additions and 3 deletions

View File

@@ -1389,7 +1389,7 @@ class LetterTemplateForm(EmailTemplateForm):
class LetterTemplatePostageForm(StripWhitespaceForm):
postage = RadioField(
postage = GovukRadiosField(
'Choose the postage for this letter template',
choices=[
('first', 'First class'),