Skip to content

Commit fd697c0

Browse files
committed
[maykinmedia/open-api-framework#79] disable admin nav sidebar
1 parent f778cd5 commit fd697c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openklant/urls.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
admin.site.site_header = "openklant admin"
2020
admin.site.site_title = "openklant admin"
2121
admin.site.index_title = "Welcome to the openklant admin"
22+
admin.site.enable_nav_sidebar = False
2223

2324
# # This will cause users not to be able to login any longer without the OTP setup. There are some
2425
# # issues in this package that need to be resolved.

0 commit comments

Comments
 (0)