From 4a4989fb75e520d669c1b5c54d73cc69aeae9b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Tue, 8 Feb 2022 11:40:47 -0300 Subject: [PATCH] =?UTF-8?q?Configura=C3=A7=C3=B5es=20do=20Admin-materializ?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/settings/base.py b/sigi/settings/base.py index 824bc01..4c71e81 100644 --- a/sigi/settings/base.py +++ b/sigi/settings/base.py @@ -128,7 +128,7 @@ MATERIAL_ADMIN_SITE = { 'LOGOUT_BG': 'img/engitec.jpeg', # Admin site background on login/logout pages (path to static should be specified) 'SHOW_THEMES': False, # Show default admin themes button 'TRAY_REVERSE': False, # Hide object-tools and additional-submit-line by default - 'NAVBAR_REVERSE': True, # Hide side navbar by default + 'NAVBAR_REVERSE': False, # Hide side navbar by default # 'SHOW_COUNTS': True, # Show instances counts for each model # 'APP_ICONS': { # Set icons for applications(lowercase), including 3rd party apps, {'application_name': 'material_icon_name', ...} # 'sites': 'send',