refactor: remove toasts from login screen

Fixes #91
This commit is contained in:
Herculino Trotta
2025-01-28 13:53:47 -03:00
parent 90f98c2d15
commit 31cc8db3ac

View File

@@ -23,8 +23,6 @@
<div id="content">
{% block content %}{% endblock %}
</div>
{% include 'includes/toasts.html' %}
{% include 'includes/scripts.html' %}
{% block extra_js %}{% endblock %}