Remove unused chart.js import

This commit is contained in:
George Lacey 2021-05-21 18:23:43 +01:00
parent e729ec48c8
commit b63de14b8b

View File

@ -4,7 +4,6 @@
{% load static %}
{% block script %}
{{block.super}}
<script src="{% static 'js/chart.js' %}"></script>
{% endblock %}
{% block style %}