diff options
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r-- | ishtar_common/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |