From 9e08c696844dc626f4eb4cdcd2a5726675e123c8 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 29 Jul 2024 09:19:59 +0100 Subject: [PATCH] hide some forms --- atlas/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,