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,14 @@
{% extends "base.html" %}
{% block content %}
<style type="text/css">
li {
padding-bottom: 10px; }
</style>
<h3>All known failing tests</h3>
<ul>
{% for t in tests %}
<li><a href="{% url viewer.views.test tree=tree %}?name={{ t }}">{{ t }}</a></li>
{% endfor %}
</ul>
{% endblock %}