[odrs-web] trivial: Fix the usage graphs



commit a33288581a2f35f698e190d1344b5db5ad2b2ec6
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 26 15:12:24 2016 +0100

    trivial: Fix the usage graphs

 templates/graph-month.html |    2 +-
 templates/graph-year.html  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/templates/graph-month.html b/templates/graph-month.html
index e3fca8b..d69c57a 100644
--- a/templates/graph-month.html
+++ b/templates/graph-month.html
@@ -2,7 +2,7 @@
 {% block title %}Review Activity (day){% endblock %}
 
 {% block content %}
-<script src="/static/Chart.js"></script>
+<script src="Chart.js"></script>
 <script>
 Chart.defaults.global.animation = false;
 </script>
diff --git a/templates/graph-year.html b/templates/graph-year.html
index b0a7f5f..ec52c86 100644
--- a/templates/graph-year.html
+++ b/templates/graph-year.html
@@ -2,7 +2,7 @@
 {% block title %}Review Activity (month){% endblock %}
 
 {% block content %}
-<script src="/static/Chart.js"></script>
+<script src="Chart.js"></script>
 <script>
 Chart.defaults.global.animation = false;
 </script>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]