Model update and migration and subsequent variable and wording changes

This commit is contained in:
Rebecca Hsieh 2023-09-06 15:58:57 -07:00
parent 370480572e
commit 696941aba7
No known key found for this signature in database
GPG key ID: 644527A2F375A379
11 changed files with 68 additions and 85 deletions

View file

@ -309,10 +309,9 @@ class OrganizationContactForm(RegistrarForm):
)
return federal_agency
# TODO-446: Update name of form + variable naming + change label
class TypeOfWorkForm(RegistrarForm):
type_of_work = forms.CharField(
label="Type of work",
class AboutYourOrganizationForm(RegistrarForm):
about_your_organization = forms.CharField(
label="About your organization",
widget=forms.Textarea(),
validators=[
MaxLengthValidator(