We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bddc0 commit 9dcb1bdCopy full SHA for 9dcb1bd
template.html.jinja
@@ -28,7 +28,7 @@
28
({{ project.language.code }})
29
</td>
30
<td data-label="build">
31
- {% elif project.in_switcher %}
+ {% if project.in_switcher %}
32
<a href="https://docs.python.org/{{ project.language.code }}/" target="_blank">✓</a>
33
{% elif project.built %}
34
<a href="https://docs.python.org/{{ project.language.code }}/" target="_blank">□</a>
0 commit comments