Skip to content

Commit 08ff437

Browse files
Fix card link
1 parent d8a16cc commit 08ff437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.html.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<a href="https://docs.python.org/{{ project.language.code }}/3/" style="color: #1595fe;">View</a>
1818
1919
{% endif %}
20-
{% if project.translators.link %}
21-
<a href="{{ project.translators.link }}" style="color: #1595fe;">Contribute</a>
20+
{% if project.contribution_link %}
21+
<a href="{{ project.contribution_link }}" style="color: #1595fe;">Contribute</a>
2222
{% elif project.uses_platform %}
2323
<a href="https://app.transifex.com/join/?o=python-doc&p=python-newest&t=opensource" style="color: #1595fe;">Contribute</a>
2424
{% else %}

0 commit comments

Comments
 (0)