From 342a0e27ef2b09880d3039f301257550fc45ef7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Mon, 6 Oct 2014 15:55:46 +0200 Subject: [PATCH] Include js bundles in statistics template --- piwik/indico_piwik/templates/statistics.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/piwik/indico_piwik/templates/statistics.html b/piwik/indico_piwik/templates/statistics.html index 61da6eb..4ef4397 100644 --- a/piwik/indico_piwik/templates/statistics.html +++ b/piwik/indico_piwik/templates/statistics.html @@ -1,3 +1,8 @@ +{{ include_js_assets('jqplot_js') }} +{{ include_css_assets('jqplot_css') }} +{{ include_plugin_js_assets('jqtree_js') }} +{{ include_plugin_css_assets('jqtree_css') }} +{{ include_plugin_js_assets('statistics_js') }} {{ include_plugin_css_assets('statistics_css') }}