mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 00:36:30 +01:00
Fix 2982
This commit is contained in:
parent
1d49590ba4
commit
f90d4d3eaa
2 changed files with 7 additions and 13 deletions
|
|
@ -4,10 +4,10 @@
|
|||
{%- for item in versions %}
|
||||
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
||||
{%- endfor %}
|
||||
{% if legacy_versions %} <ul>
|
||||
{%- for item in legacy_versions %}
|
||||
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
{% if legacy_versions %} <ul>
|
||||
{%- for item in legacy_versions %}
|
||||
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
||||
{%- endfor %}
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue