From 6867da5c06671eacb8ebc5049a50e4da63406fac Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Fri, 29 Nov 2024 01:49:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20css=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/templates/main_menu.html | 39 +++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/App/templates/main_menu.html b/App/templates/main_menu.html index 74b872b..99ca57e 100644 --- a/App/templates/main_menu.html +++ b/App/templates/main_menu.html @@ -4,22 +4,47 @@ Главное меню + + + - - {% if 'role' in ses %} -
- + +
+
+
+ {% if 'role' in ses %} + + {% else %} + + {% endif %}
+
+ {% if 'role' in ses %} + + {% else %} + + {% endif %} +
+
+ + {% else %} - + @@ -30,6 +55,6 @@

Здравствуйте!

Для использования системы, пожалуйста, пройдите процедуру авторизации

- {% endif %} + {% endif %} --> \ No newline at end of file