From 67067a34f520f8f0c850df84f014a94359ae197b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 20 Jun 2024 15:55:58 +0200 Subject: ✨ display inline help for searches - 💄 new syle for help 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 c4691c4f2..a13086079 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -115,6 +115,7 @@ class IshtarWizard(NamedUrlWizardView): def get_context_data(self, form, **kwargs): context = super(IshtarWizard, self).get_context_data(form, **kwargs) + context["ISHTAR_DOCUMENT_VERSION"] = settings.ISHTAR_DOCUMENT_VERSION context["extra_form_modals"] = ( form.extra_form_modals if hasattr(form, "extra_form_modals") @@ -164,7 +165,6 @@ class IshtarWizard(NamedUrlWizardView): if not url.endswith("/"): url += "/" context["open_url"] = url - return context -- cgit v1.2.3