mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
Remove unused legends from radio groups
This commit is contained in:
parent
f918720383
commit
e76571eb50
5 changed files with 37 additions and 17 deletions
|
@ -544,6 +544,7 @@ class OtherContactsYesNoForm(BaseYesNoForm):
|
|||
"""The yes/no field for the OtherContacts form."""
|
||||
|
||||
form_choices = ((True, "Yes, I can name other employees."), (False, "No. (We’ll ask you to explain why.)"))
|
||||
title_label = "Are there other employees who can help verify your request?"
|
||||
field_name = "has_other_contacts"
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue