refactor: uniform toast and better error display

This commit is contained in:
Per Stark
2025-04-08 15:45:16 +02:00
parent 69d23abd83
commit 1d7ec09e32
5 changed files with 106 additions and 57 deletions

View File

@@ -10,6 +10,7 @@
{% block main %}{% endblock %}
<div id="modal"></div>
<div id="toast-container" class="toast toast-bottom toast-end"></div>
</div>
</body>
{% endblock %}