mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Use legend as H1
…seeing as the radios are the only control in the form. Follows the pattern in https://github.com/alphagov/notifications-admin/pull/3771/files
This commit is contained in:
@@ -1295,7 +1295,7 @@ class ConfirmPasswordForm(StripWhitespaceForm):
|
||||
|
||||
class NewBroadcastForm(StripWhitespaceForm):
|
||||
content = GovukRadiosField(
|
||||
"How to do you want to add content to the alert?",
|
||||
'New alert',
|
||||
choices=[
|
||||
('freeform', 'Write your own message'),
|
||||
('template', 'Use a template'),
|
||||
|
||||
Reference in New Issue
Block a user