notice: reworked frontend (bs toasts)

This commit is contained in:
AdrienLSH
2024-03-22 09:24:46 +01:00
parent da7837871f
commit 56b6a78287
3 changed files with 40 additions and 44 deletions

View File

@ -45,10 +45,9 @@
</div>
</div>
</nav>
<div class="notice">
<span id="popup"></span>
</div>
<div id="app" class="m-3"></div>
<div class='toast-container position-fixed bottom-0 end-0 p-3' id='toastContainer'>
</div>
<script type="module" src="{% static 'js/index.js' %}"></script>
<script src="{% static 'js/bootstrap/bootstrap.bundle.min.js' %}"></script>
</body>