Skip to content

Commit

Permalink
Add session description to the course page
Browse files Browse the repository at this point in the history
See also #372
  • Loading branch information
hroncok committed Dec 12, 2018
1 parent f0acfd6 commit 14cc00d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions naucse/templates/content/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ <h4>
<small>({{ session.date | format_date }})</small>
{% endif %}
</h4>
{% if session.description %}
{{ session.description | markdown }}
{% endif %}
{{ material_list(session.materials) }}
</div>
{% endfor %}

0 comments on commit 14cc00d

Please sign in to comment.