.
This commit is contained in:
@@ -209,6 +209,9 @@ CaseDifferentialFormSet = inlineformset_factory(
|
||||
can_delete=True,
|
||||
extra=1,
|
||||
max_num=10,
|
||||
widgets={
|
||||
"condition": autocomplete.ModelSelect2(url="atlas:condition-autocomplete"),
|
||||
},
|
||||
)
|
||||
|
||||
SeriesFormSet = inlineformset_factory(
|
||||
|
||||
Reference in New Issue
Block a user