Gregory Avery-Weir

Results 4 comments of Gregory Avery-Weir

We're using django-admin-bootstrap to style our admin, but if we disable it everything works. It's weird, because django-admin-bootstrap is almost entirely just new templates.

I can confirm. Django thinks the error is in `djangocms_text_ckeditor/templates/cms/plugins/text_plugin_change_form.html` at line 0, but that template never tries to reverse `app_list`. This suggests the error is in the `change_form_template` or...

@vThaian We're holding off on upgrading `djangocms-text-ckeditor` until #474 is resolved, as we use ManifestFilesMixin, but this still occurs with: Django==1.11.13 django-cms==3.6.0 djangocms-text-ckeditor==3.5.3 bootstrap-admin==0.4.2

We've run into this issue with a user; I'm not sure if this is the correct solution, but the PR or an alternate solution should be considered.