From 54de687e9c195ba30febb133b0fb3f9e534171e7 Mon Sep 17 00:00:00 2001 From: SvyatoslavArtymovych Date: Tue, 25 Apr 2023 11:20:50 +0300 Subject: [PATCH] fix styles blinking --- app/templates/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index c28b8dd..cbadbe9 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -25,6 +25,9 @@ document.documentElement.classList.remove('dark'); } + + + {% block links %} {% endblock %} @@ -88,8 +91,7 @@ - - + {% block scripts %} {% endblock %}