versions.html: do not translate 'Read the Docs' (branding).

This commit is contained in:
Mathieu Lutfy
2016-11-25 11:40:20 -05:00
parent c2197a5f7d
commit 07fdc8f5cd

View File

@@ -2,7 +2,7 @@
{# Add rst-badge after rst-versions for small badge style. #}
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">
<span class="fa fa-book"> {{ _('Read the Docs') }}</span>
<span class="fa fa-book"> Read the Docs</span>
v: {{ current_version }}
<span class="fa fa-caret-down"></span>
</span>