From b188f5c2df946ee0b9b90c80e2f358e1d684e8b0 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Mon, 19 Jan 2026 10:06:06 +0300 Subject: [PATCH] =?UTF-8?q?feat(navbar):=20=D1=83=D0=B1=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B8=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D0=BF=D1=83=D0=BD=D0=BA=D1=82=D0=BE=D0=B2=20=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Убраны эмодзи и Bootstrap иконки из навигационной панели, оставлен только текст. Co-Authored-By: Claude Opus 4.5 --- myproject/templates/navbar.html | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/myproject/templates/navbar.html b/myproject/templates/navbar.html index 6b29699..778457a 100644 --- a/myproject/templates/navbar.html +++ b/myproject/templates/navbar.html @@ -20,14 +20,14 @@ {% if user.is_authenticated %} {% comment %}Показываем меню tenant приложений только если мы не на странице setup-password (public схема){% endcomment %} {% if 'setup-password' not in request.path %} - + - + - + - + - + {% endif %} - + {% if request.user.is_owner or request.user.is_superuser %} {% endif %} - + {% if user.is_owner or user.is_manager %} {% url 'inventory:debug_page' as debug_url %} {% if debug_url %} {% endif %}