From 879a5e073dd8e72c4ba72126980fe9a682c00ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 6 Jul 2025 00:04:51 +0200 Subject: [PATCH] ukrycie js przez podaniem hasla glownego --- templates/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index a8c2de7..cec583b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,9 +68,11 @@ - +{% if request.endpoint != 'system_auth' %} + + +{% endif %} - {% block scripts %}{% endblock %}