hide some forms
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user