We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b88741 commit 4dac1e5Copy full SHA for 4dac1e5
app/templates/base.html
@@ -41,6 +41,7 @@
41
42
{% block content %}{% endblock %}
43
44
- <script src="{{ url_for('static', filename='dashboard.js') }}"></script>
+ <script src="{{ url_for('static', filename='base.js') }}"></script>
45
+ {% block scripts %}{% endblock %}
46
</body>
47
</html>
0 commit comments