This commit is contained in:
zandercymatics 2024-12-03 10:31:06 -07:00
parent d5357bc2ee
commit ee0f5e8a0d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 1 deletions

View file

@ -796,6 +796,7 @@ class AnythingElseForm(BaseDeletableRegistrarForm):
class PortfolioAnythingElseForm(BaseDeletableRegistrarForm):
"""The form for the portfolio additional details page. Tied to the anything_else field."""
anything_else = forms.CharField(
required=False,
label="Anything else?",