Is there a placeholder that indicates whether the page is in edit mode or not? Sort of
{% is_edit_mode %}?
{% is_edit_mode %}
I did not find anything in the djangocms documentation .
in 3.0: {{request.toolbar.edit_mode}}
you can see it using the parameter ?editin the url
?edit
It works with 2.x
{% if 'edit' in request.GET %} {% placeholder content %} {% endif %}
Source: https://habr.com/ru/post/1534036/More articles:7 "contact date field not working properly - jquery-ui-datepickerPython string formatting: get value in dictionary using index of another keyword - pythonTree using ul li and javascript without plugin - javascriptPhonegap Sound stops playing after calling playAudio () 30 to 40 times - androidТестирование частных переменных - всегда плохая практика? - javaClojure требуется пространство имен: "Не знаю, как создать ISeq из: clojure.lang.Keyword" - clojureFrozen rows in a WPF DataGrid? - wpfHow to get the current system year in Prolog as a number - prologhow to override mongoose plugin function? - node.jsscrollable gridview with fixed search string in datagrid using wpf - wpfAll Articles