From a0b4697c613aac53680383e7744192c8a058c6bb Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Mon, 23 Mar 2026 14:03:29 +0100 Subject: [PATCH] feat(course_module_page.html): add link to course library --- home/templates/home/course_module_page.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/templates/home/course_module_page.html b/home/templates/home/course_module_page.html index 7d5302d..e50289f 100644 --- a/home/templates/home/course_module_page.html +++ b/home/templates/home/course_module_page.html @@ -13,7 +13,9 @@ {% block content %}

- {{ page.course.title }} » {{ page.title }} + {% trans "Courses" %} + » {{ page.course.title }} + » {{ page.title }}

{{ page.body|richtext }}