From 96546a3a9df1270823144895495a3c7561051450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 11 Jul 2025 11:34:27 +0200 Subject: [PATCH] poprawki w autoryzacji --- templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index d17d9e4..84cc2d4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,9 +6,10 @@ {% block title %}Live Lista Zakupów{% endblock %} - + {% if not is_blocked %} + {% endif %} @@ -75,7 +76,6 @@ - {% if request.endpoint != 'system_auth' %} @@ -88,6 +88,7 @@ }); {% endif %} + {% block scripts %}{% endblock %}