mirror of https://github.com/snachodog/mybuddy.git
Fix graph JS link for new whitenoise setup.
This commit is contained in:
parent
84e96c046f
commit
e09580e978
|
@ -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 %}
|
Loading…
Reference in New Issue