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 %}
|
||||
<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>
|
||||
» {{ page.title }}
|
||||
</h1>
|
||||
|
||||
{% if page.course_image %}
|
||||
|
||||
Reference in New Issue
Block a user