summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-11-28 17:58:55 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-19 14:45:56 +0100
commitd0760b4da854e1dadb4ff130468a4c6d185b1abc (patch)
tree464aab890c5d8ea8b51f6ad3558446b3c8018036 /ishtar_common/wizards.py
parentf10b03c55ece933e4277cdf1e7d4acfba9fdd7ed (diff)
downloadIshtar-d0760b4da854e1dadb4ff130468a4c6d185b1abc.tar.bz2
Ishtar-d0760b4da854e1dadb4ff130468a4c6d185b1abc.zip
✨ exhibition: forms/sheets
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py4
1 files changed, 2 insertions, 2 deletions
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