summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/base.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-01-23 14:55:47 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commit930b7cdac5a2bf80ed4838e7835273f5816b819e (patch)
tree6e2f4f23cd5a6d3cff1a99293987e604dfa11af5 /ishtar_common/templates/base.html
parentf154eebe839635d2d6d05e75988732f4b18368f9 (diff)
downloadIshtar-930b7cdac5a2bf80ed4838e7835273f5816b819e.tar.bz2
Ishtar-930b7cdac5a2bf80ed4838e7835273f5816b819e.zip
Map: basic management of map tab
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r--ishtar_common/templates/base.html1
1 files changed, 1 insertions, 0 deletions
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}}">
<link rel="stylesheet" href="{{STATIC_URL}}datatables/dataTables.bootstrap4.min.css?ver={{VERSION}}">
<link type="text/css" rel="stylesheet" href="{{STATIC_URL}}lightgallery/css/lightgallery.css?ver={{VERSION}}">
+ <link rel="stylesheet" href="{{STATIC_URL}}ol/ol.css?ver={{VERSION}}">
<link rel="stylesheet" href="{{STATIC_URL}}media/styles.css?ver={{VERSION}}">
{% for url_css in JQGRID_CSS %}<link rel="stylesheet" href="{{url_css}}?ver={{VERSION}}">{% endfor %}
{{EXTRA_CSS|safe}}