hide some forms

This commit is contained in:
Ross
2024-07-29 09:19:59 +01:00
parent 9adc0f430f
commit 9e08c69684
+1 -1
View File
@@ -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,