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:
Chris Hill-Scott
2021-01-20 15:42:38 +00:00
parent 8e7ff4c71f
commit 066aca4673
2 changed files with 13 additions and 7 deletions

View File

@@ -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'),