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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block javascript %}
|
{% block javascript %}
|
||||||
{% if debug %}
|
<script src="{% static "babybuddy/js/graph.js" %}"></script>
|
||||||
<script src="{% static "babybuddy/js/graph.js" %}"></script>
|
|
||||||
{% else %}
|
|
||||||
<script src="{% static "babybuddy/js/graph.min.js" %}"></script>
|
|
||||||
{% endif %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue