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 b1aa103 commit 1ce3db9Copy full SHA for 1ce3db9
generate.py
@@ -71,7 +71,7 @@
71
</tr>
72
</thead>
73
<tbody>
74
-{% for language, repo, completion, translators, visitors, in_switcher in completion_progress | sort(attribute="2,3") | reverse %}
+{% for language, repo, completion, translators, visitors, in_switcher in completion_progress | sort(2,3) | reverse %}
75
<tr>
76
{% if repo %}
77
<td data-label="language">
0 commit comments