From a2d4d2cf2561c4dfe926ab03f4dbcfb3409310c7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Sep 2019 18:37:06 +0200 Subject: Muliple person deletion wizard --- ishtar_common/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/forms.py') diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 8acd5ffcc..ae7c6ca14 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -372,7 +372,7 @@ class CustomForm(BSForm): return sorted(customs, key=lambda x: x[1]) -class PkWizardSearch(object): +class MultiSearchForm(object): current_model = None pk_key = None -- cgit v1.2.3