Remove unused param

This commit is contained in:
Erin Song 2024-12-05 16:08:59 -08:00
parent 7280b34b7c
commit 5b2ecbcf85
No known key found for this signature in database
2 changed files with 1 additions and 11 deletions

View file

@ -547,7 +547,6 @@ class OtherContactsYesNoForm(BaseYesNoForm):
"""The yes/no field for the OtherContacts form."""
form_choices = ((True, "Yes, I can name other employees."), (False, "No. (Well ask you to explain why.)"))
title_label = "Are there other employees who can help verify your request?"
field_name = "has_other_contacts"
@property