This commit is contained in:
2010-05-13 14:32:28 -07:00
parent 643117fe43
commit f276b27885
83 changed files with 0 additions and 3590 deletions

View File

@@ -1,10 +0,0 @@
{% extends "base.html" %}
{% block content %}
<h3>Trees</h3>
<ul>
{% for tree in trees %}
<li><a href="{% url viewer.views.tree tree.name %}">{{ tree.name }}</a></li>
{% endfor %}
</ul>
{% endblock %}