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 74560e5 commit a763bd7Copy full SHA for a763bd7
template.html.jinja
@@ -29,7 +29,7 @@
29
<td data-label="language">{{ language }}</td>
30
{% endif %}
31
<td data-label="workflow">
32
- {% if contrib_link %}<a href="https://explore.transifex.com/python-doc/python-newest/" target="_blank">{% endif %}
+ {% if contrib_link %}<a href="{{ contrib_link }}" target="_blank">{% endif %}
33
{% if on_platform %}platform{% else %}repository{% endif %}
34
{% if contrib_link %}</a>{% endif %}
35
</td>
0 commit comments