mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 01:14:11 -04:00
Convert radios on edit postage page (basic)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user