fix(admin): remove site brand text when empty and hide empty brand link
Some checks failed
CI/CD Pipeline / Run API Inventory E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been cancelled
CI/CD Pipeline / Run Tests (pull_request) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Has been cancelled

This commit is contained in:
2026-04-01 11:43:38 +02:00
parent d5e09c18bb
commit f3c694ad08
2 changed files with 5 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ JAZZMIN_SETTINGS = {
# Title
"site_title": "Панель управления",
"site_header": "Панель управления",
"site_brand": "Панель управления",
"site_brand": "",
"site_logo": None,
"login_logo": None,
"login_logo_dark": None,