From e4a92e0614d08ea2eaa952f2ba4c45413063584d Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Thu, 24 Aug 2017 09:53:23 -0400 Subject: [PATCH] Use local graph assets instead of Plotly CDN. --- reports/templates/reports/report_base.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reports/templates/reports/report_base.html b/reports/templates/reports/report_base.html index 370eabde..068aebd0 100644 --- a/reports/templates/reports/report_base.html +++ b/reports/templates/reports/report_base.html @@ -1,5 +1,10 @@ {% extends 'babyblotter/page.html' %} +{% load static %} {% block javascript %} - + {% if debug %} + + {% else %} + + {% endif %} {% endblock %} \ No newline at end of file