rearranged files

This commit is contained in:
2010-05-13 14:29:13 -07:00
parent e4a36bfe7f
commit 643117fe43
42 changed files with 1929 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<h3>Changeset {{ changeset }}</h3>
<ul>
{% for build in builds %}
<li>{{ build.tree }}: {{ build.get_os_display }}: {{ build.get_status_display }}</li>
{% endfor %}
</ul>
{% endblock %}