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 2ac2d1c commit 240efbbCopy full SHA for 240efbb
tools/templates/layout.html
@@ -37,7 +37,7 @@
37
{% endblock %}
38
{% block footer %}
39
<div class="footer">
40
- © <a href="{{ pathto('copyright') }}">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
+ © {% trans %}Copyright{% endtrans %} {{ copyright|e }}.
41
<br />
42
{% trans %}The Python Software Foundation is a non-profit corporation.{% endtrans %}
43
<a href="https://www.python.org/psf/donations/">{% trans %}Please donate.{% endtrans %}</a>
0 commit comments