Skip to content
New issue

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 issues in django CMS modals #431

Open
yakky opened this issue Dec 21, 2020 · 1 comment
Open

Django 3.1+ sidebar issues in django CMS modals #431

yakky opened this issue Dec 21, 2020 · 1 comment

Comments

@yakky
Copy link
Member

yakky commented Dec 21, 2020

Django 3.1 sidebar is visible in most django cms modals (the one generated by the toolbars)

See examples below:

Screenshot_20201221_123448

@petrklus
Copy link

petrklus commented Apr 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants