mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
Fix double star required bug
This commit is contained in:
parent
a4adb5ed46
commit
370480572e
2 changed files with 6 additions and 8 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue