further cleanup

This commit is contained in:
Lucy Cifferello
2021-12-13 23:09:09 -07:00
parent d3f13b15ca
commit 567be2d2bd
3 changed files with 0 additions and 45 deletions

View File

@@ -1,15 +0,0 @@
{% if versions %}
<h3>{{ _('Branches') }}</h3>
<ul>
{%- for item in versions.branches %}
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
{%- endfor %}
</ul>
<h3>{{ _('Tags') }}</h3>
<ul>
{%- for item in versions.tags %}
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
{%- endfor %}
</ul>
{% endif %}
<!-- <h1>*testing versions*</h1> -->