Fix the report chart.

This commit is contained in:
James Cole
2015-12-12 10:41:51 +01:00
parent 9284eb3fe9
commit 6426d1df06
5 changed files with 66 additions and 6 deletions

View File

@@ -84,6 +84,7 @@
<script type="text/javascript">
var year = {{ start.year }};
var reportURL = "{{ url }}";
var month = {{ start.month }};
var shared = {% if shared %}'/shared'
{% else %}''{% endif %};