From 930b7cdac5a2bf80ed4838e7835273f5816b819e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 23 Jan 2019 14:55:47 +0100 Subject: Map: basic management of map tab --- ishtar_common/templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index bcf965ab2..8d569711e 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -84,6 +84,7 @@ href="{{STATIC_URL}}datatables/datatables.min.css?ver={{VERSION}}"> + {% for url_css in JQGRID_CSS %}{% endfor %} {{EXTRA_CSS|safe}} -- cgit v1.2.3