diff --git a/community/www/courses/topic.html b/community/www/courses/topic.html index 0f3280cc..0cc30d38 100644 --- a/community/www/courses/topic.html +++ b/community/www/courses/topic.html @@ -1,5 +1,5 @@ {% extends "templates/base.html" %} -{% from "www/macros/livecode.html" import LiveCodeEditor %} +{% from "www/macros/livecode.html" import LiveCodeEditor with context %} {% block title %}{{topic.title}} ({{course.title}}){% endblock %} {% block head_include %}