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