We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea96fa4 commit e88d8daCopy full SHA for e88d8da
1 file changed
naucse/templates/coverpage.html
@@ -36,6 +36,11 @@ <h2>Taháky</h2>
36
{{ material_list(session.materials, filter_type='cheatsheet') }}
37
{% endif %}
38
39
+ {% if homework_section %}
40
+ <h2>Domácí projekty</h2>
41
+ {{ material_list(session.materials, filter_type='homework') }}
42
+ {% endif %}
43
+
44
{% block coverpage_content %}
45
{{ content }}
46
{% endblock %}
0 commit comments