From 748b4e47a264026ad50acee51d402cebd4565e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 13 May 2025 08:28:42 +0200 Subject: [PATCH] zmiany w szablonach --- templates/base.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f1f272a..4e3f8c6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,9 +28,14 @@ {% if current_user.is_authenticated %} + {% else %} - + {% if is_ip_allowed %} + + {% endif %} {% endif %} + +