summaryrefslogtreecommitdiffstats
path: root/src/templates/base/booking/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/base/booking/stats.html')
-rw-r--r--src/templates/base/booking/stats.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/booking/stats.html b/src/templates/base/booking/stats.html
index 94239f9..a78f793 100644
--- a/src/templates/base/booking/stats.html
+++ b/src/templates/base/booking/stats.html
@@ -3,7 +3,7 @@
{% block extrahead %}
{{ block.super }}
-<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
+<script src="{% static "node_modules/plotly.js-dist/plotly.js" %}"></script>
<script>
function drawGraph(data, graph_id, graph_title){
var container = document.getElementById(graph_id);