You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if use django 3.2.14 by default - error 'json_script requires 2 arguments, 1 provided'
in ckeditor_5\widget.html, error at line 9 <span id="{{script_id}}">{{ config|json_script}}</span>
in django docs {{ value|json_script:"hello-data" }}
maybe it changes the template somewhere in the code, there is no error in django 4, although the documentation does not change the parameters.
if use django 3.2.14 by default - error 'json_script requires 2 arguments, 1 provided'
in ckeditor_5\widget.html, error at line 9
<span id="{{script_id}}">{{ config|json_script}}</span>
in django docs
{{ value|json_script:"hello-data" }}
maybe it changes the template somewhere in the code, there is no error in django 4, although the documentation does not change the parameters.
мой костыль xD
<span id="{{script_id}}">{{ config|json_script:'xz'}}</span>
The text was updated successfully, but these errors were encountered: