Skip to content

Commit

Permalink
[maykinmedia/open-api-framework#79] disable admin nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Jan 27, 2025
1 parent f778cd5 commit 2ae5cd8
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 2ae5cd8

Please sign in to comment.