Skip to content

Commit

Permalink
I need to debug this.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Kleinekathoefer committed Dec 23, 2020
1 parent 9a16442 commit 122f79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 6)
VERSION = (0, 5, 7)
__version__ = '.'.join(str(v) for v in VERSION)


Expand Down
2 changes: 2 additions & 0 deletions src/theme/templates/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
{% if versions %}
<dl>
<dt>{% trans %}Versions{% endtrans %}</dt>
<dt>Debug Language: {{ language }}</dt>
{% for version in versions %}
<dd>
{% if language and language in locales[version] %}
Debug: {{ locales[version] }}
<a {{ mark_current(version, current_version) }}
href="{{ page_link(version=version) }}">{{ version }}
</a>
Expand Down

0 comments on commit 122f79c

Please sign in to comment.