We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd2ceb99 commit54b3d8bCopy full SHA for 54b3d8b
python_docs_theme/layout.html
@@ -137,11 +137,7 @@ <h3>{{ _('Navigation') }}</h3>
137
{% block footer %}
138
<divclass="footer">
139
© {% if theme_copyright_url or hasdoc('copyright') %}
140
-<ahref="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %}">
141
- {% endif %}
142
- {% trans %}Copyright{% endtrans %}
143
- {% if theme_copyright_url or hasdoc('copyright') %}
144
-</a>
+<ahref="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %}">{% trans %}Copyright{% endtrans %}</a>
145
{% endif %} {{ copyright|e }}.
146
<br>
147
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}