diff --git a/recruitment/forms.py b/recruitment/forms.py index f27c02730..405e92555 100644 --- a/recruitment/forms.py +++ b/recruitment/forms.py @@ -1275,7 +1275,7 @@ class CandidateDocumentUpdateForm(ModelForm): class Meta: model = CandidateDocument fields = "__all__" - exclude = ["is_active"] + exclude = ["is_active", "document_request_id"] class CandidateDocumentRejectForm(ModelForm):