From 31cc8db3ace3a8d395df6b72e2923ca8f0ccf1cf Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 28 Jan 2025 13:53:47 -0300 Subject: [PATCH] refactor: remove toasts from login screen Fixes #91 --- app/templates/layouts/base_auth.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/templates/layouts/base_auth.html b/app/templates/layouts/base_auth.html index 6cd9a16..6396e72 100644 --- a/app/templates/layouts/base_auth.html +++ b/app/templates/layouts/base_auth.html @@ -23,8 +23,6 @@
{% block content %}{% endblock %}
- - {% include 'includes/toasts.html' %} {% include 'includes/scripts.html' %} {% block extra_js %}{% endblock %}