From 6d197eb1feb653134320632dd1495228a611d1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 11 Jul 2025 11:30:27 +0200 Subject: [PATCH] poprawki w autoryzacji --- templates/base.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index d10859f..d17d9e4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,7 +46,7 @@ {% endif %} {% endif %} - + @@ -57,6 +57,8 @@
+ +{% if not is_blocked %} - -{% if request.endpoint != 'system_auth' %} + +{% if request.endpoint != 'system_auth' %} @@ -85,7 +87,7 @@ selector: '.glightbox' }); - +{% endif %} {% block scripts %}{% endblock %}