Fixed error on topic pages

The macro was imported wihout "with context" flag.
This commit is contained in:
Anand Chitipothu
2021-03-09 12:34:48 +00:00
parent 13030b0b9b
commit 3583cd084d

View File

@@ -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 %}
<meta name="description" content="Topic {{topic.title}} of the course {{course.title}}" />