We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359d753 commit d6c3f64Copy full SHA for d6c3f64
1 file changed
naucse/templates/run_list.html
@@ -62,9 +62,9 @@ <h1>Aktuální kurzy</h1>
62
{% endif %}
63
64
{% if run_data["recent"] | length > 0 %}
65
- {{ pagination() }}
+ <h1>Proběhlé kurzy</h1>
66
67
- <h1>Nedávno proběhlé kurzy</h1>
+ {{ pagination() }}
68
{% for run in run_data["recent"] | sort(attribute='start_date', reverse=True) %}
69
{{ show_run(run) }}
70
{% endfor %}
0 commit comments