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 d8a16cc commit 08ff437Copy full SHA for 08ff437
templates/index.html.jinja
@@ -17,8 +17,8 @@
17
<a href="https://docs.python.org/{{ project.language.code }}/3/" style="color: #1595fe;">View</a>
18
•
19
{% endif %}
20
- {% if project.translators.link %}
21
- <a href="{{ project.translators.link }}" style="color: #1595fe;">Contribute</a>
+ {% if project.contribution_link %}
+ <a href="{{ project.contribution_link }}" style="color: #1595fe;">Contribute</a>
22
{% elif project.uses_platform %}
23
<a href="https://app.transifex.com/join/?o=python-doc&p=python-newest&t=opensource" style="color: #1595fe;">Contribute</a>
24
{% else %}
0 commit comments