We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab78fd commit 1f45855Copy full SHA for 1f45855
1 file changed
naucse/templates/coverpage.html
@@ -29,6 +29,8 @@ <h1>
29
<div class="details">{{course.place}}, {{course.time}}</div>
30
{% endif %}
31
32
+ {% if session.description %}{{ session.description | markdown }}{% endif %}
33
+
34
<h2>Materiály</h2>
35
{{ material_list(session.materials, filter_type='lesson') }}
36
0 commit comments