From fd697c099c02b0a2da2ca31b29da9f1040f3d005 Mon Sep 17 00:00:00 2001
From: Floris272 <floris@maykinmedia.nl>
Date: Mon, 27 Jan 2025 14:27:32 +0100
Subject: [PATCH] [maykinmedia/open-api-framework#79] disable admin nav sidebar

---
 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.