diff --git a/atlas/forms.py b/atlas/forms.py index f69bea76..8b78798f 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -494,7 +494,7 @@ CaseCollectionCaseFormSet = inlineformset_factory( CaseCollection, Case.casecollection_set.through, form=CaseCollectionCaseForm, - exclude=[], + exclude=["question_schema", "question_answers"], can_delete=True, extra=0, max_num=50,