From 962f02573fb8670b248c071450cfe766a2fe240f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 Apr 2025 11:07:55 +0200 Subject: 🐛 fix quick add of organization and persons on some wizards forms (refs #6280, refs #6279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/widgets.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/widgets.py') diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py index 765ed7b77..d0ade6fea 100644 --- a/ishtar_common/widgets.py +++ b/ishtar_common/widgets.py @@ -124,6 +124,7 @@ class SelectReadonlyField(forms.ChoiceField): class Select2Media: @property def media(self): + # TODO: to remove? put in on base.html css = {"all": ("select2/css/select2.css",)} js = ["select2/js/select2.full.min.js"] for lang_code, lang in settings.LANGUAGES: -- cgit v1.2.3