We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 3.1 sidebar is visible in most django cms modals (the one generated by the toolbars)
See examples below:
The text was updated successfully, but these errors were encountered:
I know this is not a direct solution but I've disabled the new app sidebar throughout my admin site via the following nippet:
from django.contrib.admin import AdminSite class CNKAdminSite(AdminSite): site_header = 'Site administration' enable_nav_sidebar = False admin_site = CNKAdminSite(name='cnkadmin')
Perhaps would be helpful to anyone who stumbles upon this.
Sorry, something went wrong.
No branches or pull requests
Django 3.1 sidebar is visible in most django cms modals (the one generated by the toolbars)
See examples below:
The text was updated successfully, but these errors were encountered: