Skip to content

Commit 06bcefb

Browse files
Typo
1 parent c3fd3ce commit 06bcefb

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
@@ -24,7 +24,7 @@ main | <a href="metadata.html" target="_self">meta</a>
2424
{% for project in completion_progress | sort(attribute='completion,translators.number') | reverse %}
2525
<tr>
2626
<td data-label="language">
27-
{% if project.contribution_link is not None %}
27+
{% if project.contribution_link is not none %}
2828
<a href="{{ project.contribution_link }}">{{ project.language.name }} ({{ project.language.code }})</a>
2929
{% else %}
3030
{{ project.language.name }} ({{ project.language.code }})

0 commit comments

Comments
 (0)