How to enable frontend editing in Django CMS?

Multi tool use
Multi tool use


How to enable frontend editing in Django CMS?



How exactly do I enable front end editing in Django CMS 3.5.2?



I added this to the top of my template:



{% load cms_tags menu_tags sekizai_tags static %}



and I added {% placeholder "content" %} to the body. This works in the sense that I can use it in the structure toolbar but it doesn't show up as an editable field when I hover the mouse over it.



I don't want to use {% render_model ... %} as I'm not creating a new model.



I know how to use Django but its not helping me much here as DjangoCMS doesn't make it obvious what variables are passed into the template.



Please, How do I go about this?





Have you remembered to include {% cms_toolbar %} straight after the <body> tag?
– markwalker_
Jul 1 at 10:57


{% cms_toolbar %}


<body>









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

BLjI,iAf3O5 lGZ o
vt1UjcSovOnTi26LpGP9qEca alp,wAS3sd gv2R2iliuu7 u72kBkW9IS c9Y34bd

Popular posts from this blog

PySpark - SparkContext: Error initializing SparkContext File does not exist

django NoReverseMatch Exception

Audio Livestreaming with Python & Flask