Fixed error on topic pages
The macro was imported wihout "with context" flag.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{% extends "templates/base.html" %}
|
{% 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 title %}{{topic.title}} ({{course.title}}){% endblock %}
|
||||||
{% block head_include %}
|
{% block head_include %}
|
||||||
<meta name="description" content="Topic {{topic.title}} of the course {{course.title}}" />
|
<meta name="description" content="Topic {{topic.title}} of the course {{course.title}}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user