diff --git a/home/templates/home/course_module_page.html b/home/templates/home/course_module_page.html index d2b882c..7d5302d 100644 --- a/home/templates/home/course_module_page.html +++ b/home/templates/home/course_module_page.html @@ -1,6 +1,5 @@ {% extends "base.html" %} -{% load static %} -{% load wagtailcore_tags %} +{% load static i18n wagtailcore_tags %} {% block title %}{{ page.full_title }}{% endblock %} @@ -18,4 +17,15 @@ {{ page.body|richtext }} + +