From 9193a94c0ddc2ae024e7e3e1c62dea6054bb765a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 11 Jul 2025 13:20:13 +0200 Subject: [PATCH] zmrestore old login --- templates/base.html | 5 ++--- templates/login.html | 30 +++++++++++++++--------------- templates/system_auth.html | 25 +++++++++++++------------ 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/templates/base.html b/templates/base.html index 77b531c..81ecccb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,7 @@ {% endif %} - + - -
+
{% block content %}{% endblock %}
diff --git a/templates/login.html b/templates/login.html index fb496c5..b611cd2 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,22 +1,22 @@ {% extends 'base.html' %} {% block title %}Logowanie{% endblock %} {% block content %} +
+

🔒 Logowanie

+
-
-
-
-

🔒 Logowanie

-
-
- -
-
- -
- -
-
+
+
+
+
+ +
+
+ +
+ +
-{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/templates/system_auth.html b/templates/system_auth.html index f88824b..eafcd75 100644 --- a/templates/system_auth.html +++ b/templates/system_auth.html @@ -2,17 +2,18 @@ {% block title %}Wymagane hasło główne{% endblock %} {% block content %} -
-
-
-

🔑 Podaj hasło główne

-
-
- -
- -
-
+
+

🔑 Podaj hasło główne

+
+ +
+
+
+
+ +
+ +
@@ -24,4 +25,4 @@ document.addEventListener('DOMContentLoaded', function() { {% endblock %} -{% endblock %} +{% endblock %} \ No newline at end of file