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/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index f08bfc77b..5101e9040 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -18,6 +18,7 @@ + {# #} @@ -65,7 +66,8 @@ - + + {% for url_css in JQGRID_CSS %}{% endfor %} {{EXTRA_CSS|safe}} -- cgit v1.2.3