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 c3fd3ce commit 06bcefbCopy full SHA for 06bcefb
template.html.jinja
@@ -24,7 +24,7 @@ main | <a href="metadata.html" target="_self">meta</a>
24
{% for project in completion_progress | sort(attribute='completion,translators.number') | reverse %}
25
<tr>
26
<td data-label="language">
27
- {% if project.contribution_link is not None %}
+ {% if project.contribution_link is not none %}
28
<a href="{{ project.contribution_link }}">{{ project.language.name }} ({{ project.language.code }})</a>
29
{% else %}
30
{{ project.language.name }} ({{ project.language.code }})
0 commit comments