Fix graph JS link for new whitenoise setup.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-24 12:18:08 -04:00
parent 84e96c046f
commit e09580e978
1 changed files with 1 additions and 5 deletions

View File

@ -16,9 +16,5 @@
{% endblock %}
{% block javascript %}
{% if debug %}
<script src="{% static "babybuddy/js/graph.js" %}"></script>
{% else %}
<script src="{% static "babybuddy/js/graph.min.js" %}"></script>
{% endif %}
<script src="{% static "babybuddy/js/graph.js" %}"></script>
{% endblock %}