diff --git a/backend/hub/forms.py b/backend/hub/forms.py index 4916bf0..15efbed 100644 --- a/backend/hub/forms.py +++ b/backend/hub/forms.py @@ -304,7 +304,7 @@ def clean(self): class Meta: model = Candidate - exclude: List[str] = ["initial_org", "status", "status_changed"] + exclude: List[str] = ["initial_org", "status", "status_changed", "old_domain"] widgets: Dict = { "is_proposed": forms.HiddenInput(),