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.