hide some forms
This commit is contained in:
+1
-1
@@ -494,7 +494,7 @@ CaseCollectionCaseFormSet = inlineformset_factory(
|
|||||||
CaseCollection,
|
CaseCollection,
|
||||||
Case.casecollection_set.through,
|
Case.casecollection_set.through,
|
||||||
form=CaseCollectionCaseForm,
|
form=CaseCollectionCaseForm,
|
||||||
exclude=[],
|
exclude=["question_schema", "question_answers"],
|
||||||
can_delete=True,
|
can_delete=True,
|
||||||
extra=0,
|
extra=0,
|
||||||
max_num=50,
|
max_num=50,
|
||||||
|
|||||||
Reference in New Issue
Block a user