From 2ae5cd80bd4087c89359bdfdf9495179cfbaaa8a Mon Sep 17 00:00:00 2001 From: Floris272 Date: Mon, 27 Jan 2025 14:27:32 +0100 Subject: [PATCH] [maykinmedia/open-api-framework#79] disable admin nav --- src/openklant/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openklant/urls.py b/src/openklant/urls.py index 482449e6..9629a009 100644 --- a/src/openklant/urls.py +++ b/src/openklant/urls.py @@ -19,6 +19,7 @@ admin.site.site_header = "openklant admin" admin.site.site_title = "openklant admin" admin.site.index_title = "Welcome to the openklant admin" +admin.site.enable_nav_sidebar = False # # This will cause users not to be able to login any longer without the OTP setup. There are some # # issues in this package that need to be resolved.