diff --git a/courses/templates/topic/index.html b/courses/templates/topic/index.html index 77e4f85..a22ec82 100644 --- a/courses/templates/topic/index.html +++ b/courses/templates/topic/index.html @@ -2,6 +2,15 @@ {% load static i18n permission_tags professor_access %} + +{% block javascript %} + + + + +{% endblock %} + + {% block breadcrumbs %}
- {{subject.description|linebreaks}} + {{topic.description|linebreaks}}