From ebf59629268d23ec23b0acc23cec42325e851c29 Mon Sep 17 00:00:00 2001 From: Alex55 Date: Wed, 23 Apr 2025 18:23:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20templates/base.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 258 ++++++++++++++++++++++---------------------- 1 file changed, 129 insertions(+), 129 deletions(-) diff --git a/templates/base.html b/templates/base.html index 881c2b7..16cb706 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,130 +1,130 @@ - - - - - - - - - - - - Dashboard - TurboАpply - - - - - - - - - -
- - - - - -
-
- - - - -

- {{size}} -

- - {% set current_path = request.url.path %} - - {% if size == "Work" %} - - - - - - - - - - - - - - - - {% endif %} - - - -
- - - {% block content %}{% endblock %} - - -
- -
- - - - - - + + + + + + + + + + + + Dashboard - TurboАpply + + + + + + + + + +
+ + + + + +
+
+ + + + +

+ {{size}} +

+ + {% set current_path = request.url.path %} + + {% if size == "Work" %} + + + + + + + + + + + + + + + + {% endif %} + + + +
+ + + {% block content %}{% endblock %} + + +
+ +
+ + + + + + \ No newline at end of file