From 0f3ebe474be23cfc4c16a7c998653ae0d2f3ae4d Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Mon, 14 Oct 2024 11:54:02 -0300 Subject: [PATCH] feat: add favicons to login --- app/templates/layouts/base_auth.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/layouts/base_auth.html b/app/templates/layouts/base_auth.html index b752a6b..c38d0d3 100644 --- a/app/templates/layouts/base_auth.html +++ b/app/templates/layouts/base_auth.html @@ -11,6 +11,8 @@ {% endblock title %} {% endfilter %} + + {% include 'includes/head/favicons.html' %} {% include 'includes/styles.html' %} {% block extra_styles %}{% endblock %}