7 lines
152 B
HTML
Executable File
7 lines
152 B
HTML
Executable File
<h1>All known failing tests</h1>
|
|
<ul>
|
|
{% for t in tests %}
|
|
<li><a href="{% url viewer.views.test %}?name={{ t }}">{{ t }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|