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