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 596eae4 commit d99f326Copy full SHA for d99f326
templates/base.html
@@ -33,7 +33,7 @@
33
{% endblock content %}
34
</main>
35
{% include 'includes/footer.html' %}
36
- <script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></>
+ <script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
37
<script defer src="index.js"></script>
38
</body>
39
</html>
0 commit comments