feat(course_page.html): add link to course library in CoursePage

This commit is contained in:
2026-03-23 14:03:10 +01:00
parent 668ddccea5
commit 983384f62b

View File

@@ -12,8 +12,9 @@
{% block content_class %}prose{% endblock content_class %}
{% block content %}
<h1 class="not-prose text-3xl mb-4 text-gray-700 font-bold">
{{ page.title }}
<h1 class="not-prose text-3xl mb-4 text-gray-700">
<a href="{% slugurl 'courses' %}" class="font-bold hover:underline">{% trans "Courses" %}</a>
&raquo; {{ page.title }}
</h1>
{% if page.course_image %}