Skip to content

Commit 59ffd77

Browse files
committed
Add session description to the course page
See also pyvec#372
1 parent 1571618 commit 59ffd77

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

naucse/templates/content/course.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ <h4>
2424
<small>({{ session.date | format_date }})</small>
2525
{% endif %}
2626
</h4>
27+
{% if session.description %}
28+
{{ session.description | markdown }}
29+
{% endif %}
2730
{{ material_list(session.materials) }}
2831
</div>
2932
{% endfor %}

0 commit comments

Comments
 (0)