From 27a65df1caa13f434a0a825f35c815f20fb550a5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Oct 2015 16:51:44 +0200 Subject: UI: load jqgrid lib on main page --- ishtar_common/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 37b8c4a05..f6b4cd414 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -15,10 +15,14 @@ + + + + {% for url_css in JQGRID_CSS %}{% endfor %} {% include "blocks/extra_head.html" %} {% block extra_head %} {% endblock %} -- cgit v1.2.3