This commit is contained in:
AdrienLSH 2024-01-16 11:20:41 +01:00
parent d16169112e
commit ff574dc296

View File

@ -32,6 +32,6 @@
</div>
<div id="app" class="m-3"></div>
<script type="module" src="{% static 'js/index.js' %}"></script>
<script src='{% static 'js/bootstrap/bootstrap.bundle.min.js' %}'
<script src="{% static 'js/bootstrap/bootstrap.bundle.min.js' %}"></script>
</body>
</html>