Skip to content

Commit e1a7592

Browse files
authored
Add missing column in no-repo rows (python-docs-translations#27)
1 parent 4bc70ab commit e1a7592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<td data-label="translators">{{ '{:,}'.format(translators) }}</td>
9595
{% else %}
9696
<td data-label="language">{{ language }}</td>
97+
<td data-label="build">✗</td>
9798
<td data-label="visitors">0</td>
9899
<td data-label="translators">0</td>
99100
{% endif %}

0 commit comments

Comments
 (0)