From 584309ffdf2a1fc0901d3653b97f02ec95f09e70 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 6 Feb 2018 13:02:42 +0100 Subject: Sheets: use lightgallery to display images on sheets --- ishtar_common/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index b2f0b055c..8608448e7 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -19,6 +19,11 @@ src="{{STATIC_URL}}datatables/datatables.min.js?ver={{VERSION}}"> + + + + + @@ -45,6 +50,7 @@ + {% for url_css in JQGRID_CSS %}{% endfor %} {{EXTRA_CSS|safe}} -- cgit v1.2.3