From 3583cd084d564af2994963e966ec5f0b2bcce023 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Tue, 9 Mar 2021 12:34:48 +0000 Subject: [PATCH] Fixed error on topic pages The macro was imported wihout "with context" flag. --- community/www/courses/topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}