diff --git a/community/www/courses/topic.html b/community/www/courses/topic.html index f13edb66..b527a444 100644 --- a/community/www/courses/topic.html +++ b/community/www/courses/topic.html @@ -5,6 +5,15 @@ + + + + + + + + + {% endblock %} {% block content %} @@ -73,7 +82,8 @@ $(".canvas-editor").each((i, e) => { var editor = new LiveCodeEditor(e, { runtime: "python-canvas", - base_url: "{{ livecode_url }}" + base_url: "{{ livecode_url }}", + codemirror: true }) }) })