Fix double star required bug

This commit is contained in:
Rebecca Hsieh 2023-09-06 09:28:19 -07:00
parent a4adb5ed46
commit 370480572e
No known key found for this signature in database
GPG key ID: 644527A2F375A379
2 changed files with 6 additions and 8 deletions

View file

@ -309,11 +309,10 @@ class OrganizationContactForm(RegistrarForm):
)
return federal_agency
# TODO-446: Update name of form + variable naming
# TODO-446: Update name of form + variable naming + change label
class TypeOfWorkForm(RegistrarForm):
type_of_work = forms.CharField(
required=False,
label="TypeOfWork",
label="Type of work",
widget=forms.Textarea(),
validators=[
MaxLengthValidator(