From 0ddb5eebb995670e7621d6a52dae69bc8d96547a 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 288add529..86b4c8b58 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -15,6 +15,8 @@ {# #} + @@ -25,6 +27,8 @@ + @@ -68,6 +72,7 @@ href="{{STATIC_URL}}datatables/datatables.min.css?ver={{VERSION}}"> + {% for url_css in JQGRID_CSS %}{% endfor %} {{EXTRA_CSS|safe}} -- cgit v1.2.3