From d0760b4da854e1dadb4ff130468a4c6d185b1abc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 28 Nov 2024 17:58:55 +0100 Subject: ✨ exhibition: forms/sheets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/wizards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/wizards.py') diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index 740a1c18d..0d23bdcb4 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -1678,6 +1678,7 @@ class SearchWizard(IshtarWizard): label = "" modification = None # True when the wizard modify an item storage_name = "formtools.wizard.storage.session.SessionStorage" + template_name = "ishtar/wizard/search.html" def get_wizard_name(self): """ @@ -1692,8 +1693,7 @@ class SearchWizard(IshtarWizard): ) def get_template_names(self): - templates = ["ishtar/wizard/search.html"] - return templates + return [self.template_name] def get_label(self): return self.label -- cgit v1.2.3