Merge pull request #3771 from alphagov/fix-all-radios-forms-with-duplicate-legends

Fix all radios forms with duplicate legends
This commit is contained in:
Tom Byers
2021-01-26 10:57:39 +00:00
committed by GitHub
4 changed files with 42 additions and 18 deletions

View File

@@ -1947,7 +1947,7 @@ class ServiceInboundNumberForm(StripWhitespaceForm):
self.inbound_number.choices = kwargs['inbound_number_choices']
inbound_number = GovukRadiosField(
"Select your inbound number",
"Set inbound number",
thing='an inbound number',
)