Thanks to visit codestin.com Credit goes to github.com
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 d674528 commit fe6a243Copy full SHA for fe6a243
1 file changed
python_docs_theme/layout.html
@@ -149,7 +149,9 @@ <h3>{{ _('Navigation') }}</h3>
149
{% include "footerdonate.html" %}
150
<br />
151
152
- {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
+ {%- if last_updated %}
153
+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
154
+ {%- endif %}
155
{% if theme_issues_url %}{% trans %}<a href="{{ theme_issues_url }}">Found a bug</a>?{% endtrans %}{% endif %}
156
157
0 commit comments