Use release in html file

This commit is contained in:
Griatch 2020-05-22 01:21:02 +02:00
parent 4c3b171d51
commit 2c2a0a72f1

View file

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