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,14 +0,0 @@
{% 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 %}