Skip to content

Commit

Permalink
Merge pull request #325 from maykinmedia/issue/disable-admin-nav
Browse files Browse the repository at this point in the history
[maykinmedia/open-api-framework#79] disable admin nav sidebar
  • Loading branch information
Floris272 authored Feb 13, 2025
2 parents 1527762 + fd697c0 commit 0bbdd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openklant/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0bbdd20

Please sign in to comment.