feat: toast

This commit is contained in:
2025-02-21 21:39:08 -03:00
parent baafa4cdec
commit 8a58d0a0db
9 changed files with 158 additions and 117 deletions

View File

@@ -97,6 +97,10 @@
{% endblock %}
<script src="{% static 'htmx_base.js' %}"></script>
<script src="{% static 'base.js' %}"></script>
<div id="toast" class="toast">
<p id="toast-message"></p>
</div>
</body>
@@ -125,4 +129,5 @@
</footer>
</html>