Move back the _static/_templates dirs

This commit is contained in:
Griatch 2020-06-13 23:10:42 +02:00
parent ba29424eed
commit 548ffa18ab
5 changed files with 2 additions and 2 deletions

View file

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