mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Update src/registrar/forms/portfolio.py
This commit is contained in:
parent
4d77e29a72
commit
9ded05f37f
1 changed files with 1 additions and 0 deletions
|
@ -467,5 +467,6 @@ class PortfolioNewMemberForm(BasePortfolioMemberForm):
|
||||||
)
|
)
|
||||||
override_error = True
|
override_error = True
|
||||||
|
|
||||||
|
# Errors denoted as "__all__" are special error types reserved for the model level clean function
|
||||||
if override_error and "__all__" in self._errors:
|
if override_error and "__all__" in self._errors:
|
||||||
del self._errors["__all__"]
|
del self._errors["__all__"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue