feat(course_page.html): add link to course library in CoursePage
This commit is contained in:
@@ -12,8 +12,9 @@
|
|||||||
{% block content_class %}prose{% endblock content_class %}
|
{% block content_class %}prose{% endblock content_class %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="not-prose text-3xl mb-4 text-gray-700 font-bold">
|
<h1 class="not-prose text-3xl mb-4 text-gray-700">
|
||||||
{{ page.title }}
|
<a href="{% slugurl 'courses' %}" class="font-bold hover:underline">{% trans "Courses" %}</a>
|
||||||
|
» {{ page.title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{% if page.course_image %}
|
{% if page.course_image %}
|
||||||
|
|||||||
Reference in New Issue
Block a user