Skip to content

Commit a763bd7

Browse files
committed
Un-hardcode contribution link
1 parent 74560e5 commit a763bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<td data-label="language">{{ language }}</td>
3030
{% endif %}
3131
<td data-label="workflow">
32-
{% if contrib_link %}<a href="https://explore.transifex.com/python-doc/python-newest/" target="_blank">{% endif %}
32+
{% if contrib_link %}<a href="{{ contrib_link }}" target="_blank">{% endif %}
3333
{% if on_platform %}platform{% else %}repository{% endif %}
3434
{% if contrib_link %}</a>{% endif %}
3535
</td>

0 commit comments

Comments
 (0)