We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aee075 commit 01d876fCopy full SHA for 01d876f
naucse/templates/run_list.html
@@ -33,7 +33,7 @@ <h1>Aktuální kurzy</h1>
33
{% endfor %}
34
35
<h1>Proběhlé kurzy</h1>
36
- {% for year, run_year in run_years.items() %}
+ {% for year, run_year in run_years.items() | sort(reverse=True) %}
37
<h2>{{ year }}</h2>
38
{% for run in run_year.runs.values() | sort(attribute='start_date', reverse=True)
39
if run.end_date < today %}
0 commit comments