From be373cc41b42e571b5c6fba5ed208c3fddf57f00 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Jun 2019 13:18:48 +0200 Subject: UI: put forms into container inside wizards --- ishtar_common/forms_common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index eb653de12..d35d2f5e6 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -444,6 +444,7 @@ class MergeIntoForm(forms.Form): class OrgaMergeFormSelection(ManualMerge, forms.Form): + SEARCH_AND_SELECT = True form_label = _(u"Organization to merge") associated_models = {'to_merge': models.Organization} currents = {'to_merge': models.Organization} -- cgit v1.2.3