From 5e108ff3bd193ad7727b964a55367d501ede07e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 5 Jul 2025 23:57:57 +0200 Subject: [PATCH] ukrycie js przez podaniem hasla glownego --- templates/base.html | 15 +++------------ templates/system_auth.html | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2067d7d..7cabe2d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,23 +69,14 @@ {% endwith %} }); - - - - - - - +{% block scripts %} - - - -{% block scripts %}{% endblock %} - +{% endblock %} + diff --git a/templates/system_auth.html b/templates/system_auth.html index 8063a77..827ae33 100644 --- a/templates/system_auth.html +++ b/templates/system_auth.html @@ -16,5 +16,5 @@ - +{% block scripts %}{% endblock %} {% endblock %}