From 42830dbc456c3efd2b5190fcfa1c103c5dcebede Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Tue, 17 Mar 2026 12:46:05 +0100 Subject: [PATCH] feat(templates/course_module_page.html): add lesson list --- home/templates/home/course_module_page.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 }} + +

{% trans "Lessons" %}

+ {% endblock content %}