Skip to content

Commit 74560e5

Browse files
authored
Update template.html.jinja add missing loop value
1 parent cb9f7b6 commit 74560e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</tr>
1818
</thead>
1919
<tbody>
20-
{% for language, repo, completion, translators, visitors, build, in_switcher, on_platform in completion_progress | sort(attribute='2,3') | reverse %}
20+
{% for language, repo, completion, translators, visitors, build, in_switcher, on_platform, contrib_link in completion_progress | sort(attribute='2,3') | reverse %}
2121
<tr>
2222
{% if repo %}
2323
<td data-label="language">

0 commit comments

Comments
 (0)