I’m creating a website with Django-Cms following the offcial Introductory Tutorial and I’m having some issues with the edit-mode on the frontend. First of all, the top banner is not showing and the edit menus on the placeholders are all broken.
The first thing I did was to check for Javascript errors and quickly I found that the CMS scripts are not being included and initialized. Nothing is being generated for the {% render_block “js” %} tag.
I have searched the official documentation and user-lists on the web and I have found nothing about this issue.
EDIT:
Sekizai is working correctly, the problem seems to be with django-cms.
It took me some time to discover this and the documentation didn’t mention it anywhere but from version 2.2 onwards a cms_toolbar django tag must be added within the for the edit mode to work correctly.