From 14075c7c744bb80da7f25c28f8c4f1322f30a69e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 Jul 2024 16:18:14 +0200 Subject: ✨ Find: add the ability to configure a "+ find without context" button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/wizards.py') diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index dee3c9a1f..43e84fbcb 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -1689,7 +1689,7 @@ class SearchWizard(IshtarWizard): return self.label def get_context_data(self, form, **kwargs): - context = super(SearchWizard, self).get_context_data(form) + context = super().get_context_data(form) self.request.session["CURRENT_ACTION"] = self.get_wizard_name() current_step = self.steps.current bookmark = self.request.GET.get("bookmark", None) -- cgit v1.2.3