Skip to content

Commit 2518228

Browse files
mikiczencukou
authored andcommitted
Addded the session description to the coverpage
Cherry-pick of commit 1f45855 (#372) Updated for model with sanitized HTML Fixes: #434
1 parent 3dd28d1 commit 2518228

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

naucse/templates/coverpage.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ <h1>
2121
{{ session.time.start | format_time }}–{{ session.time.end | format_time }}</div>
2222
{% endif %}
2323

24+
{% if session.description %}{{ session.description }}{% endif %}
25+
2426
<h2>Materiály</h2>
2527
{{ material_list(session.materials, filter_type='lesson') }}
2628

0 commit comments

Comments
 (0)