Test templating change for doc-versioning

This commit is contained in:
Griatch 2020-05-22 01:15:03 +02:00
parent d417bdf510
commit 309edf8320

View file

@ -2,7 +2,7 @@
<h3>{{ _('Versions') }}</h3>
<ul>
{%- for item in versions %}
<li><a href="{{ item.url }}">{{ item.version }} ({{ item.name }} branch)</a></li>
<li><a href="{{ item.url }}">{{ release }} ({{ item.name }} branch)</a></li>
{%- endfor %}
</ul>
{% endif %}