Merge pull request #139 from GSA/stvnrlly-hide-letters

Hide letters in non-admin UI
This commit is contained in:
Steven Reilly
2022-10-18 11:35:44 -04:00
committed by GitHub
23 changed files with 121 additions and 126 deletions

View File

@@ -1623,7 +1623,7 @@ class SupportRedirect(StripWhitespaceForm):
who = GovukRadiosField(
'What do you need help with?',
choices=[
('public-sector', 'I work in the public sector and need to send emails, text messages or letters'),
('public-sector', 'I work in the public sector and need to send emails or text messages'),
('public', 'Im a member of the public with a question for the government'),
],
param_extensions={