Files
python-tdd/src/templates/apps/dashboard/_partials/_scripts.html

7 lines
170 B
HTML

{% load static %}
<script src="{% static "apps/dashboard/dashboard.js" %}"></script>
<script>
window.onload = () => {
initialize("#id_text");
};
</script>