feat(course_module_page.html): add link to course library
This commit is contained in:
@@ -13,7 +13,9 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2 class="not-prose text-xl mb-4 text-gray-700">
|
<h2 class="not-prose text-xl mb-4 text-gray-700">
|
||||||
<a href="{{ page.course.url }}" class="font-bold">{{ page.course.title }}</a> » {{ page.title }}
|
<a href="{% slugurl 'courses' %}" class="font-bold hover:underline">{% trans "Courses" %}</a>
|
||||||
|
» <a href="{{ page.course.url }}" class="font-bold hover:underline">{{ page.course.title }}</a>
|
||||||
|
» {{ page.title }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{{ page.body|richtext }}
|
{{ page.body|richtext }}
|
||||||
|
|||||||
Reference in New Issue
Block a user