Merge pull request #93

refactor: remove toasts from login screen
This commit is contained in:
Herculino Trotta
2025-01-28 13:54:20 -03:00
committed by GitHub

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 %}