Skip to content

Commit 4dac1e5

Browse files
Update base.html
1 parent 7b88741 commit 4dac1e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
{% block content %}{% endblock %}
4343

44-
<script src="{{ url_for('static', filename='dashboard.js') }}"></script>
44+
<script src="{{ url_for('static', filename='base.js') }}"></script>
45+
{% block scripts %}{% endblock %}
4546
</body>
4647
</html>

0 commit comments

Comments
 (0)