From 983384f62bd856e142ef6c1fc2ba229c70772659 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Mon, 23 Mar 2026 14:03:10 +0100 Subject: [PATCH] feat(course_page.html): add link to course library in CoursePage --- home/templates/home/course_page.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/templates/home/course_page.html b/home/templates/home/course_page.html index 6b24eab..b54619c 100644 --- a/home/templates/home/course_page.html +++ b/home/templates/home/course_page.html @@ -12,8 +12,9 @@ {% block content_class %}prose{% endblock content_class %} {% block content %} -

- {{ page.title }} +

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

{% if page.course_image %}