feat(module_lesson_page.html): add link to course library
This commit is contained in:
@@ -13,11 +13,10 @@
|
|||||||
|
|
||||||
{% 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.module.course.url }}" class="font-bold">{{ page.module.course.title }}</a>
|
<a href="{% slugurl 'courses' %}" class="font-bold hover:underline">{% trans "Courses" %}</a>
|
||||||
»
|
» <a href="{{ page.module.course.url }}" class="font-bold hover:underline">{{ page.module.course.title }}</a>
|
||||||
<a href="{{ page.module.url }}" class="font-bold">{{ page.module.title }}</a>
|
» <a href="{{ page.module.url }}" class="font-bold hover:underline">{{ page.module.title }}</a>
|
||||||
»
|
» <span class="text-gray-500">{{ page.title }}</span>
|
||||||
<span class="text-gray-500">{{ page.title }}</span>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{{ page.body|richtext }}
|
{{ page.body|richtext }}
|
||||||
|
|||||||
Reference in New Issue
Block a user